Skip to content

Commit

Permalink
chore: patch-package needs to be run from app
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jun 24, 2024
1 parent b50fa2d commit fd3c968
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"build:modules": "BABEL_ENV=modules babel src --out-dir ./build/es --copy-files --verbose",
"build": "NODE_ENV=production yarn clean && yarn build:commonjs && yarn build:modules",
"watch": "NODE_ENV=development yarn clean && concurrently -n watch-cjs,watch-es \"yarn build:commonjs --watch\" \"yarn build:modules --watch\"",
"postinstall": "patch-package",
"test": "jest src/*",
"prepare": "husky"
},
Expand Down

0 comments on commit fd3c968

Please sign in to comment.