Skip to content

Commit

Permalink
Removing afterpack from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeek committed Jun 29, 2019
1 parent 669a4a6 commit 8e590fc
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 @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"start": "yarn build; npx electron . --is-dev --no-sandbox",
"build": "npx tsc --skipLibCheck --target es2017 --module CommonJS main.ts preload.ts build/after-pack.ts",
"build": "npx tsc --skipLibCheck --target es2017 --module CommonJS main.ts preload.ts",
"update-core": "rm -rf core; rm -rf tmp; mkdir tmp; wget https://github.com/MicroPad/Web/releases/download/v${npm_package_version}/micropad.tar.xz -P ./tmp; cd tmp; tar -xf micropad.tar.xz; rm build/service-worker.js; rm build/*.map; rm build/static/*/*.map; cp -r build ../core; cd ..; rm -rf tmp",
"pack": "yarn build; npx electron-builder --dir",
"dist": "yarn build; npx electron-builder"
Expand Down

0 comments on commit 8e590fc

Please sign in to comment.