Skip to content

Commit

Permalink
fix: skip tests on release
Browse files Browse the repository at this point in the history
  • Loading branch information
MomenSherif committed Jan 21, 2022
1 parent b180f04 commit 60e0e7b
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 @@ -16,7 +16,7 @@
"prebuild": "rimraf dist",
"build": "babel src --out-dir dist --extensions \".ts\"",
"postbuild": "copyfiles --exclude \"**/*.ts\" --all --flat src/configurations/* dist/configurations",
"release": "np"
"release": "np --no-tests"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 60e0e7b

Please sign in to comment.