removes prebuild install
This commit is contained in:
parent
a684544982
commit
6c016c5913
1009
package-lock.json
generated
1009
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nodegui/nodegui",
|
"name": "@nodegui/nodegui",
|
||||||
"version": "0.30.0",
|
"version": "0.30.1",
|
||||||
"description": "A cross platform library to build native desktop apps.",
|
"description": "A cross platform library to build native desktop apps.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
@ -16,10 +16,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env npm run build && node ./scripts/qode.js dist/demo.js",
|
"dev": "cross-env npm run build && node ./scripts/qode.js dist/demo.js",
|
||||||
"build": "cross-env tsc && npm run build:addon",
|
"build": "cross-env tsc && npm run build:addon",
|
||||||
"postinstall": "cross-env npm run setupqt && (node ./scripts/skip.js || npm run prebuild:install || npm run build:addon)",
|
"postinstall": "cross-env npm run setupqt && (node ./scripts/skip.js || npm run build:addon)",
|
||||||
"setupqt": "cross-env node ./scripts/setupMiniQt.js",
|
"setupqt": "cross-env node ./scripts/setupMiniQt.js",
|
||||||
"build:addon": "cross-env CMAKE_BUILD_PARALLEL_LEVEL=8 cmake-js compile",
|
"build:addon": "cross-env CMAKE_BUILD_PARALLEL_LEVEL=8 cmake-js compile",
|
||||||
"prebuild:install": "cross-env echo 'skipping prebuild' # prebuild-install --backend=cmake-js --runtime=napi --verbose",
|
|
||||||
"test": "node ./scripts/qode.js ./node_modules/jest/bin/jest -i",
|
"test": "node ./scripts/qode.js ./node_modules/jest/bin/jest -i",
|
||||||
"lint:cpp": "cross-env clang-format -i --glob=src/cpp/**/*.[h,c]*",
|
"lint:cpp": "cross-env clang-format -i --glob=src/cpp/**/*.[h,c]*",
|
||||||
"lint:ts": "cross-env tsc --noEmit && cross-env eslint './src/**/*.{ts,tsx,js,jsx}' --fix",
|
"lint:ts": "cross-env tsc --noEmit && cross-env eslint './src/**/*.{ts,tsx,js,jsx}' --fix",
|
||||||
@ -35,8 +34,7 @@
|
|||||||
"manage-path": "^2.0.0",
|
"manage-path": "^2.0.0",
|
||||||
"memoize-one": "^5.1.1",
|
"memoize-one": "^5.1.1",
|
||||||
"node-addon-api": "^3.1.0",
|
"node-addon-api": "^3.1.0",
|
||||||
"postcss-nodegui-autoprefixer": "0.0.7",
|
"postcss-nodegui-autoprefixer": "0.0.7"
|
||||||
"prebuild-install": "^5.3.6"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bindings": "^1.5.0",
|
"@types/bindings": "^1.5.0",
|
||||||
@ -50,7 +48,6 @@
|
|||||||
"eslint-plugin-prettier": "^3.3.1",
|
"eslint-plugin-prettier": "^3.3.1",
|
||||||
"husky": "^4.3.8",
|
"husky": "^4.3.8",
|
||||||
"jest": "^25.5.4",
|
"jest": "^25.5.4",
|
||||||
"prebuild": "^10.0.1",
|
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"ts-jest": "^25.5.1",
|
"ts-jest": "^25.5.1",
|
||||||
"typedoc": "^0.17.8",
|
"typedoc": "^0.17.8",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user