Skip to content

Commit d2f047f

Browse files
committed
add npm login to deploy script
1 parent 98433e8 commit d2f047f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"clean": "while read line; do rm -rf $line; done < .gitignore",
11-
"deploy": "git push && git push --tags && npm publish",
11+
"deploy": "git push && git push --tags && npm login && npm publish",
1212
"lint": "eslint . --format ./node_modules/eslint-friendly-formatter",
1313
"lint-watch": "watch 'npm run lint' docs gulp src test",
1414
"start": "gulp",

0 commit comments

Comments
 (0)