We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c6f3f commit dafe7aeCopy full SHA for dafe7ae
package.json
@@ -23,6 +23,8 @@
23
"prepare": "npm run build",
24
"prepack": "node node10stubs.mjs",
25
"postpack": "node node10stubs.mjs --cleanup",
26
+ "alpha": "rm -rf dist && npm run build && npm run test && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
27
+ "release": "rm -rf dist && npm run build && npm run test && npm version patch && npm publish && git push --tags",
28
"test": "vitest run",
29
"test:debug": "vitest --inspect-brk --no-file-parallelism",
30
"test:coverage": "vitest run --coverage --coverage.reporter=text"
0 commit comments