We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551f86d commit 2f3d686Copy full SHA for 2f3d686
package.json
@@ -44,7 +44,7 @@
44
"stop:npm-proxy": "tsx scripts/stop_npm_proxy.ts",
45
"test": "turbo run test && npm run test:scripts && npm run e2e-exports",
46
"test:scripts": "npx jest scripts/",
47
- "ci:test": "node scripts/test.js",
+ "ci:test": "node scripts/test.mjs",
48
"turbo": "turbo",
49
"vend": "npm run start:npm-proxy && npm run publish:local"
50
},
0 commit comments