Skip to content

Commit

Permalink
fix: install race condition on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Feb 10, 2024
1 parent 06ddcbd commit feef797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepack": "yarn build",
"prepare": "yarn build",
"start": "node ./dist/index.js",
"install": "node ./dist/index.js install"
"install": "test -f ./dist/index.js && node ./dist/index.js install || echo 'index.js not found, skipping install script'"
},
"bin": {
"bebopc": "dist/index.js"
Expand Down

0 comments on commit feef797

Please sign in to comment.