Skip to content

Commit 2f3d686

Browse files
committed
Fix wrong script name
1 parent 551f86d commit 2f3d686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"stop:npm-proxy": "tsx scripts/stop_npm_proxy.ts",
4545
"test": "turbo run test && npm run test:scripts && npm run e2e-exports",
4646
"test:scripts": "npx jest scripts/",
47-
"ci:test": "node scripts/test.js",
47+
"ci:test": "node scripts/test.mjs",
4848
"turbo": "turbo",
4949
"vend": "npm run start:npm-proxy && npm run publish:local"
5050
},

0 commit comments

Comments
 (0)