Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexagod authored Jun 10, 2024
1 parent 4e5fb08 commit 288368c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"scripts": {
"prepare": "yarn install:demo ; yarn build ; yarn build:demo",
"clean": "shx rm -rf ./**/node_modules",
"install:demo": "yarn install && cd demo && yarn install",
"install:demo": "cd demo && yarn install",
"build": "yarn workspaces foreach --include 'packages/*' -A -pi -t run build",
"build:demo": "cd demo && yarn build:demo",
"test:all": "yarn workspaces foreach --include 'packages/*' -A -pi run test",
Expand Down

0 comments on commit 288368c

Please sign in to comment.