Skip to content

Commit dafe7ae

Browse files
committed
package scripts
1 parent e6c6f3f commit dafe7ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"prepare": "npm run build",
2424
"prepack": "node node10stubs.mjs",
2525
"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",
2628
"test": "vitest run",
2729
"test:debug": "vitest --inspect-brk --no-file-parallelism",
2830
"test:coverage": "vitest run --coverage --coverage.reporter=text"

0 commit comments

Comments
 (0)