We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98433e8 commit d2f047fCopy full SHA for d2f047f
package.json
@@ -8,7 +8,7 @@
8
],
9
"scripts": {
10
"clean": "while read line; do rm -rf $line; done < .gitignore",
11
- "deploy": "git push && git push --tags && npm publish",
+ "deploy": "git push && git push --tags && npm login && npm publish",
12
"lint": "eslint . --format ./node_modules/eslint-friendly-formatter",
13
"lint-watch": "watch 'npm run lint' docs gulp src test",
14
"start": "gulp",
0 commit comments