Skip to content

Commit e3ebeae

Browse files
committed
added deploy script
1 parent 6ca782e commit e3ebeae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"hint"
3030
],
3131
"scripts": {
32-
"test": "npm link eslint-config-htmlacademy && eslint test/"
32+
"test": "npm link eslint-config-htmlacademy && eslint test/",
33+
"deploy": "npm run test && npm publish --access public"
3334
},
3435
"repository": {
3536
"type": "git",

0 commit comments

Comments
 (0)