Skip to content

Commit a80f36c

Browse files
committed
Fix now deployment
1 parent 53d10e8 commit a80f36c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cra/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"start-for-cypress": "./node_modules/.bin/serve -n -l 3000 ./build & ./node_modules/.bin/wait-on http://localhost:3000",
2525
"start": "npm run copy-hook && react-scripts start",
2626
"build": "npm run copy-hook && react-scripts build",
27+
"prenow-build": "cd ../../ && npm i && npm run build:esm",
2728
"now-build": "npm run build",
2829
"test": "npm run copy-hook && react-scripts test --env=jsdom",
2930
"eject": "npm run copy-hook && react-scripts eject"

0 commit comments

Comments
 (0)