Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nfour committed Feb 28, 2018
1 parent 1cc43e3 commit 22c6209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"test:coverage": "jest src --coverage",
"test:dist": "jest -c '{}' dist",
"test:prepare": "cd test/1.0 && yarn",
"release": "cd dist && npm publish",
"release": "cd dist && yarn publish",
"lint": "tslint 'src/**/*.ts'",
"preversion": "yarn build && yarn test:dist"
},
Expand Down

0 comments on commit 22c6209

Please sign in to comment.