Skip to content

Commit

Permalink
fix(package): added npx parcel build command with specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Oct 25, 2022
1 parent 14f5c25 commit 317cfb6
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 @@
},
"main": "./dist/index.js",
"scripts": {
"build": "parcel build ./src/main.ts --experimental-scope-hoisting --target node",
"build": "npx parcel@1.12.3 build ./src/main.ts --experimental-scope-hoisting --target node",
"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",
Expand Down

0 comments on commit 317cfb6

Please sign in to comment.