File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2828 "test:watch" : " vitest --typecheck --clearScreen false" ,
2929 "test:debug" : " vitest --inspect-brk --no-file-parallelism" ,
3030 "test:coverage" : " vitest run --coverage --coverage.reporter=text" ,
31- "attw" : " attw $(npm pack -s) --exclude-entrypoints ./convex.config --profile esm-only" ,
3231 "prepare" : " npm run build" ,
33- "alpha" : " npm run clean && npm ci && run-p test lint typecheck attw && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags" ,
34- "release" : " npm run clean && npm ci && run-p test lint typecheck attw && npm version patch && npm publish && git push --tags" ,
32+ "alpha" : " npm run clean && npm ci && run-p test lint typecheck && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags" ,
33+ "release" : " npm run clean && npm ci && run-p test lint typecheck && npm version patch && npm publish && git push --tags" ,
3534 "version" : " pbcopy <<<$npm_package_version; vim CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
3635 },
3736 "files" : [
You can’t perform that action at this time.
0 commit comments