We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a2f09 commit d346e91Copy full SHA for d346e91
package.json
@@ -30,7 +30,7 @@
30
"jest": "TARGET=2 npm run jest:core && TARGET=3 npm run jest:core",
31
"vitest": "vitest",
32
"jest:core": "NODE_OPTIONS=--experimental-vm-modules JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs jest",
33
- "prepack": "tsc --sourceMap false",
+ "prepack": "tsc --sourceMap false && npx dot-json package.json alias --delete #parcel#8920",
34
"lint": "xo",
35
"fix": "xo --fix",
36
"test": "run-p lint vitest jest",
0 commit comments