Skip to content

Commit

Permalink
Fixes prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Apr 19, 2022
1 parent cc7d5cb commit 14a9df0
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 @@ -56,7 +56,7 @@
"scripts": {
"build": "rm -rf dist shims && webpack && ts-node ./mkshims.ts",
"corepack": "ts-node ./sources/_entryPoint.ts",
"prepack": "node ./.yarn/releases/*.*js build",
"prepack": "yarn build",
"postpack": "rm -rf dist shims",
"typecheck": "tsc --noEmit",
"test": "yarn jest"
Expand Down

0 comments on commit 14a9df0

Please sign in to comment.