We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d10e8 commit a80f36cCopy full SHA for a80f36c
examples/cra/package.json
@@ -24,6 +24,7 @@
24
"start-for-cypress": "./node_modules/.bin/serve -n -l 3000 ./build & ./node_modules/.bin/wait-on http://localhost:3000",
25
"start": "npm run copy-hook && react-scripts start",
26
"build": "npm run copy-hook && react-scripts build",
27
+ "prenow-build": "cd ../../ && npm i && npm run build:esm",
28
"now-build": "npm run build",
29
"test": "npm run copy-hook && react-scripts test --env=jsdom",
30
"eject": "npm run copy-hook && react-scripts eject"
0 commit comments