Skip to content

Commit

Permalink
chore: fix build failing from fresh clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 2, 2024
1 parent 5e9f643 commit 2d1abcd
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 @@ -23,7 +23,7 @@
"dev": "run build:root --watch",
"dev:demo": "yarn workspace @elgato-stream-deck/webhid-demo start",
"build": "run build:root && yarn lerna run build",
"build:root": "rimraf packages/*/dist && tsc --build tsconfig.build.json",
"build:root": "(rimraf packages/*/dist || true) && tsc --build tsconfig.build.json",
"test": "run lint && run unit",
"unit": "jest",
"lint:raw": "./node_modules/.bin/eslint --ext .ts --ext .js --ext .tsx --ext .jsx --ignore-pattern dist",
Expand Down

0 comments on commit 2d1abcd

Please sign in to comment.