Skip to content

Commit be85e6b

Browse files
Add logging to prepack and prepare npm scripts
1 parent fb12a56 commit be85e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"test:react-18": "USE_REACT_18=true jest node_package/tests/RSCClientRoot.test.jsx",
6969
"clean": "rm -rf node_package/lib",
7070
"start": "nps",
71-
"prepack": "nps build.prepack",
72-
"prepare": "nps build.prepack",
71+
"prepack": "echo 'executing prepack' && nps build.prepack",
72+
"prepare": "echo 'executing prepare' && nps build.prepack",
7373
"prepublishOnly": "yarn run build",
7474
"build": "yarn run clean && yarn run tsc --declaration && cp node_package/src/RSCWebpackLoader.js node_package/lib",
7575
"build-watch": "yarn run clean && yarn run tsc --watch",

0 commit comments

Comments
 (0)