Skip to content

Commit

Permalink
fixing preversion
Browse files Browse the repository at this point in the history
  • Loading branch information
guyonroche committed Apr 23, 2020
1 parent 9d063d4 commit 15094a0
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 @@ -29,6 +29,7 @@
"test": "npm run test:full",
"test:es5": "export EXCEL_BUILD=es5 && npm run test:full",
"test:full": "npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:jasmine",
"test:version": "npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser && npm run test:dist",
"test:all": "npm run test:native && npm run test:es5",
"test:native": "npm run test:full",
"test:unit": "mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive",
Expand All @@ -50,7 +51,7 @@
"benchmark": "node --expose-gc benchmark",
"benchmark:debug": "node --expose-gc --inspect-brk --trace-deopt benchmark",
"build": "grunt build",
"preversion": "npm run clean && npm run build && npm run test:all && npm run test:dist",
"preversion": "npm run clean && npm run build && npm run test:version",
"postversion": "git push --no-verify && git push --tags --no-verify"
},
"husky": {
Expand Down

0 comments on commit 15094a0

Please sign in to comment.