Skip to content

Commit d346e91

Browse files
committed
Restore Parcel support
1 parent 39a2f09 commit d346e91

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
@@ -30,7 +30,7 @@
3030
"jest": "TARGET=2 npm run jest:core && TARGET=3 npm run jest:core",
3131
"vitest": "vitest",
3232
"jest:core": "NODE_OPTIONS=--experimental-vm-modules JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs jest",
33-
"prepack": "tsc --sourceMap false",
33+
"prepack": "tsc --sourceMap false && npx dot-json package.json alias --delete #parcel#8920",
3434
"lint": "xo",
3535
"fix": "xo --fix",
3636
"test": "run-p lint vitest jest",

0 commit comments

Comments
 (0)