Skip to content

Commit

Permalink
add building before publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
SHND committed Jul 3, 2021
1 parent 858259c commit f63cf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "cross-env TS_NODE_FILES=true mocha --exit --require ts-node/register --reporter spec --colors test/*.test.ts test/**/*.test.ts",
"coverage": "nyc npm run test",
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"publish": "np"
"publish": "npm run build; np"
},
"keywords": [
"args",
Expand Down

0 comments on commit f63cf0d

Please sign in to comment.