Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Remove remove-workspaces and restore-workspaces from lifecycle scripts
Browse files Browse the repository at this point in the history
Related to #26
  • Loading branch information
wojtekmaj committed Oct 21, 2021
1 parent 502e134 commit 2235914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"build": "babel --source-maps=both src -d build",
"clean": "rimraf build",
"lint": "eslint src/ --ext .jsx,.js",
"postpack": "yarn restore-workspaces",
"prepack": "yarn clean && yarn build && yarn remove-workspaces",
"prepack": "yarn clean && yarn build",
"remove-workspaces": "node remove_workspaces.js",
"restore-workspaces": "node restore_workspaces.js",
"test": "yarn lint"
Expand Down

0 comments on commit 2235914

Please sign in to comment.