Skip to content

Commit

Permalink
fix(package.json): added mkdir for binaries since the build was not w…
Browse files Browse the repository at this point in the history
…orking
  • Loading branch information
Stradivario committed Dec 11, 2021
1 parent 9c2e2fe commit 62036d9
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 @@ -6,7 +6,7 @@
},
"scripts": {
"build": "npx parcel@1.12.3 build ./src/main.ts --experimental-scope-hoisting --target node",
"build-binary": "npx gapi build --single-executable && npm run copy-binaries",
"build-binary": "npx gapi build --single-executable && mkdir binaries && npm run copy-binaries",
"build-all": "npm run build-binary && rm -rf dist && npm run build",
"test": "npx jest",
"lint": "npx eslint . --ext .ts",
Expand Down

0 comments on commit 62036d9

Please sign in to comment.