Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderdeseyn committed Oct 29, 2020
1 parent 96a6482 commit db5bfb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"lint": "tslint --config tslint.json --project tsconfig.json",
"test": "mocha --exit --recursive -r ts-node/register 'test/**/*.test.ts'",
"build": "tsc",
"watch": "tsc -w"
"watch": "tsc -w",
"release": "yarn np --no-tests --no-2fa"
},
"files": [
"dist/src/",
Expand Down

0 comments on commit db5bfb5

Please sign in to comment.