Skip to content

Commit

Permalink
Removed the samples from postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 2, 2023
1 parent 2433b89 commit 2b4c7d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"postinstall": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf node_modules/.cache && pnpm temporary-script-until-build-order-topology-is-fixed",
"temporary-script-until-build-order-topology-is-fixed": "pnpm build && pnpm build-basic",
"temporary-script-until-build-order-topology-is-fixed": "pnpm build",
"dev": "pnpm --filter \"./packages/*\" -r --parallel dev",
"build": "pnpm --filter \"./packages/*\" -r --parallel build",
"test": "jest",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b4c7d1

Please sign in to comment.