Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: clean node_modules before building subgraph (#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 structure
- Loading branch information