Commit 97ca7e4
authored
feat: clean node_modules before building subgraph (semaphore-protocol#884)
* feat(cli): remove @semaphore-protocol/cli prepublish script
The idea is to remove the prepublish script from the scripts object of the package.json file of
every cli template when the template is downloaded using the CLI.
BREAKING CHANGE: n
* refactor(cli): add comment
* refactor(cli): create seperate file for removePrePublishScript function
* refactor(cli): using updatedPackageJsonContent var instead of calling readFileSync again
* fix(subgraph): clean node_modules before building subgraph
* refactor(subgraph): fix: test typo
* refactor(subgraph): refactor: remove nohoist
* refactor(subgraph): refactor: workspaces structure1 parent e1b5512 commit 97ca7e4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments