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 fb12a56 commit be85e6bCopy full SHA for be85e6b
package.json
@@ -68,8 +68,8 @@
68
"test:react-18": "USE_REACT_18=true jest node_package/tests/RSCClientRoot.test.jsx",
69
"clean": "rm -rf node_package/lib",
70
"start": "nps",
71
- "prepack": "nps build.prepack",
72
- "prepare": "nps build.prepack",
+ "prepack": "echo 'executing prepack' && nps build.prepack",
+ "prepare": "echo 'executing prepare' && nps build.prepack",
73
"prepublishOnly": "yarn run build",
74
"build": "yarn run clean && yarn run tsc --declaration && cp node_package/src/RSCWebpackLoader.js node_package/lib",
75
"build-watch": "yarn run clean && yarn run tsc --watch",
0 commit comments