Skip to content

Commit

Permalink
added publish script to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Sep 21, 2018
1 parent 64628aa commit 73ff049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -29,7 +29,8 @@
"lint":
"tslint -c tslint.json src/*.ts src/types/*.ts src/api/*.ts src/core/*.ts src/utils/*.ts",
"size": "size-limit --babili 20KB lib/mobx.js",
"precommit": "lint-staged"
"precommit": "lint-staged",
"publish-script": "node scripts/publish.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 73ff049

Please sign in to comment.