Skip to content

Commit ac98a4d

Browse files
committed
remove attw
1 parent 0830b2e commit ac98a4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
"test:watch": "vitest --typecheck --clearScreen false",
2828
"test:debug": "vitest --inspect-brk --no-file-parallelism",
2929
"test:coverage": "vitest run --coverage --coverage.reporter=text",
30-
"attw": "attw $(npm pack -s) --exclude-entrypoints ./convex.config --profile esm-only",
3130
"prepare": "npm run build",
32-
"alpha": "npm run clean && npm ci && run-p test lint typecheck attw && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
33-
"release": "npm run clean && npm ci && run-p test lint typecheck attw && npm version patch && npm publish && git push --tags",
31+
"alpha": "npm run clean && npm ci && run-p test lint typecheck && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
32+
"release": "npm run clean && npm ci && run-p test lint typecheck && npm version patch && npm publish && git push --tags",
3433
"version": "pbcopy <<<$npm_package_version; vim CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
3534
},
3635
"files": [

0 commit comments

Comments
 (0)