Skip to content

Commit

Permalink
yarn reset && yarn compile && yarn test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jan 28, 2025
1 parent 4a3dfa3 commit 73ee031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"test"
],
"scripts": {
"compile": "lerna exec 'yarn build' --no-private",
"compile": "lerna exec 'yarn build' --scope=@rc-ex/core && lerna exec 'yarn build' --no-private --ignore=@rc-ex/core",
"reset": "lerna exec 'rm -rf lib dist'",
"prepublishOnly": "yarn reset && yarn compile && yarn test",
"test": "yarn workspace @rc-ex/test run vitest",
"upgrade-all": "yarn-upgrade-all -W && yarn workspaces run yarn-upgrade-all && yarn install",
"reinstall": "yarn lerna exec 'rm -rf node_modules' && rm -rf node_modules && yarn install"
"upgrade-all": "yarn-upgrade-all -W && yarn workspaces run yarn-upgrade-all && yarn install"
},
"devDependencies": {
"@types/node": "^22.10.10",
Expand Down

0 comments on commit 73ee031

Please sign in to comment.