forked from mirror/ObjToSchematic
Added fast build
This commit is contained in:
parent
14b9da61da
commit
3175a81e93
@ -10,6 +10,7 @@
|
||||
"lint": "eslint --fix ./src/**/*.ts && eslint --fix ./tools/**/*.ts",
|
||||
"debug": "tsc && electron ./dist/src/main.js --enable-logging",
|
||||
"build": "npm run lint && tsc",
|
||||
"fast-build": "tsc",
|
||||
"test": "jest --config jestconfig.json",
|
||||
"start": "npm run build && electron ./dist/src/main.js --enable-logging",
|
||||
"atlas": "node ./dist/tools/build-atlas.js",
|
||||
@ -50,6 +51,8 @@
|
||||
"typescript": "^4.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"bvh": "^0.5.0",
|
||||
"bvh-tree": "^1.0.1",
|
||||
"color-convert": "^2.0.1",
|
||||
"jpeg-js": "^0.4.3",
|
||||
"pngjs": "^6.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user