Skip to content

Commit 94bea9e

Browse files
committed
updated set up to include commands
1 parent 7281190 commit 94bea9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"pretty": "npx prettier '**/*.{json,js,ts,md}' --write",
1414
"test": "npx mocha -p --require ts-node/register test/*.spec.ts",
1515
"prebuild": "tsc",
16-
"build": "npm run test && npm publish"
16+
"build": "npm run test && npm publish --dry-run",
17+
"deploy": "npm run test && npm publish"
1718
},
1819
"repository": {
1920
"type": "git",
@@ -26,7 +27,7 @@
2627
"signed-urls"
2728
],
2829
"author": "AP-Atul",
29-
"license": "MIT",
30+
"license": "UNLICENSE",
3031
"bugs": {
3132
"url": "https://github.com/AP-Atul/hapi-signed-url/issues"
3233
},

0 commit comments

Comments
 (0)