Skip to content

Commit

Permalink
Add logging to prepack and prepare npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanoubGhadban committed Jan 30, 2025
1 parent fb12a56 commit be85e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"test:react-18": "USE_REACT_18=true jest node_package/tests/RSCClientRoot.test.jsx",
"clean": "rm -rf node_package/lib",
"start": "nps",
"prepack": "nps build.prepack",
"prepare": "nps build.prepack",
"prepack": "echo 'executing prepack' && nps build.prepack",
"prepare": "echo 'executing prepare' && nps build.prepack",
"prepublishOnly": "yarn run build",
"build": "yarn run clean && yarn run tsc --declaration && cp node_package/src/RSCWebpackLoader.js node_package/lib",
"build-watch": "yarn run clean && yarn run tsc --watch",
Expand Down

0 comments on commit be85e6b

Please sign in to comment.