Skip to content

Commit

Permalink
Restore Parcel support
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Mar 30, 2023
1 parent 39a2f09 commit d346e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jest": "TARGET=2 npm run jest:core && TARGET=3 npm run jest:core",
"vitest": "vitest",
"jest:core": "NODE_OPTIONS=--experimental-vm-modules JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs jest",
"prepack": "tsc --sourceMap false",
"prepack": "tsc --sourceMap false && npx dot-json package.json alias --delete #parcel#8920",
"lint": "xo",
"fix": "xo --fix",
"test": "run-p lint vitest jest",
Expand Down

1 comment on commit d346e91

@fregante
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.