attempts at fixing the build process
This commit is contained in:
parent
274466b1bd
commit
77360a0f92
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node bin/index.js",
|
"start": "node bin/index.js",
|
||||||
"build": "pkg . --output dist/8mb",
|
"build": "pkg package.json --output dist/8mb",
|
||||||
"test": "node fieldTest.cjs"
|
"test": "node fieldTest.cjs"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -27,7 +27,8 @@
|
||||||
"terminal-kit": "^2.4.0"
|
"terminal-kit": "^2.4.0"
|
||||||
},
|
},
|
||||||
"pkg": {
|
"pkg": {
|
||||||
"scripts": "bin/index.js",
|
"scripts": "node_modules/terminal-kit/lib/**/*.js",
|
||||||
|
"assets": "node_modules/terminal-kit/lib/**/*.json",
|
||||||
"targets": [
|
"targets": [
|
||||||
"latest-win-x64",
|
"latest-win-x64",
|
||||||
"latest-macos-x64",
|
"latest-macos-x64",
|
||||||
|
|
Loading…
Reference in a new issue