Skip to content

Commit 7700f5a

Browse files
committed
update module resolution
1 parent b607854 commit 7700f5a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
"test:watch": "vitest --typecheck --clearScreen false",
3030
"test:debug": "vitest --inspect-brk --no-file-parallelism",
3131
"test:coverage": "vitest run --coverage --coverage.reporter=text",
32+
"attw": "attw $(npm pack -s) --exclude-entrypoints ./convex.config --profile esm-only",
3233
"prepare": "npm run build",
33-
"alpha": "npm run clean && npm ci && run-p test lint typecheck && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
34-
"release": "npm run clean && npm ci && run-p test lint typecheck && npm version patch && npm publish && git push --tags",
34+
"alpha": "npm run clean && npm ci && run-p test lint typecheck attw && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
35+
"release": "npm run clean && npm ci && run-p test lint typecheck attw && npm version patch && npm publish && git push --tags",
3536
"version": "pbcopy <<<$npm_package_version; vim CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
3637
},
3738
"files": [
@@ -57,7 +58,7 @@
5758
"convex": "^1.24.8"
5859
},
5960
"devDependencies": {
60-
"@edge-runtime/vm": "^5.0.0",
61+
"@edge-runtime/vm": "5.0.0",
6162
"@eslint/eslintrc": "^3.1.0",
6263
"@eslint/js": "9.37.0",
6364
"@types/node": "20.19.24",

0 commit comments

Comments
 (0)