Skip to content

Commit

Permalink
feat(test): skip simtests in preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Ranna committed Jan 28, 2021
1 parent 8007801 commit e708326
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 @@ -63,7 +63,7 @@
"test:seedutil": "jest --rootDir seedutil",
"test:jest:watch": "jest --watch",
"typedoc": "typedoc --out typedoc --module commonjs --target es6 lib --readme none",
"preversion": "npm run lintNoFix && npm test && npm run test:sim:build && npm run test:sim",
"preversion": "npm run lintNoFix && npm test",
"postversion": "npm run compile",
"version": "npm run config && npm run changelog && git add sample-xud.conf CHANGELOG.md && npm run typedoc && npm run slate"
},
Expand Down

0 comments on commit e708326

Please sign in to comment.