Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 591a7a1

Browse files
committed
chore: make sure test scripts actually run
1 parent 6afe36d commit 591a7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"test": "mocha test/spec/**/*.spec.js --check-leaks --timeout 50000 --file test/global-mocha-setup.js",
1414
"test-e2e": "playwright test test-e2e/spec",
1515
"lint": "eslint -c .eslintrc.json lib",
16-
"release": "./test.sh && ./test-e2e.sh && standard-version && git push --follow-tags origin && npm publish",
17-
"release-minor": "./test.sh && ./test-e2e.sh && standard-version --release-as minor && git push --follow-tags origin && npm publish",
16+
"release": "test.sh && test-e2e.sh && standard-version && git push --follow-tags origin && npm publish",
17+
"release-minor": "test.sh && test-e2e.sh && standard-version --release-as minor && git push --follow-tags origin && npm publish",
1818
"paddle-webhook-tunnel": "lt --port 3456 --subdomain xxrrii533vj7h9qipggbkbze"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)