fix: package version in released files

This commit is contained in:
Harttle
2023-10-15 21:00:03 +08:00
parent c1c72b53d5
commit 67a5b229ca
2 changed files with 1 additions and 16 deletions
+1
View File
@@ -21,6 +21,7 @@
"test:e2e": "jest test/e2e",
"perf:diff": "bin/perf-diff.sh",
"perf:engines": "cd benchmark && npm run engines",
"version": "npm run build && npm test",
"build": "rollup -c rollup.config.mjs",
"build:cjs": "BUNDLES=cjs rollup -c rollup.config.mjs",
"build:min": "BUNDLES=min rollup -c rollup.config.mjs",