diff --git a/package.json b/package.json index 3b514bc0..12a5e274 100644 --- a/package.json +++ b/package.json @@ -79,18 +79,16 @@ "prebuilds", "tsconfig.json" ], - "scripts": + "scripts": { "preinstall": "run-s build.script", "prepare": "run-s build.library", "clean": "shx rm -rf ./build ./lib/ ./prebuilds", "clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp && shx touch ./tmp/.gitkeep", "deploy.doc": "run-s build.doc && gh-pages --dist \"./docs\"", "install": "aminya-node-gyp-build", - "clean": "shx rm -rf ./build ./lib/ ./prebuilds", "build.library": "tsc -p ./src/tsconfig.json", "build.script": "tsc -p ./script/tsconfig.json && tsc -p ./script/tsconfig.esm.json", "build.doc": "typedoc --options ./typedoc.json && minify-all -s docs-raw -d docs --jsCompressor terser", - "deploy.doc": "run-s build.doc && gh-pages --dist \"./docs\"", "build.prebuild": "node ./script/prebuild.mjs", "build.native": "node-gyp configure --release && node-gyp configure --release -- -f compile_commands_json && node-gyp build --release", "build.native.debug": "node-gyp configure --debug && node-gyp configure --debug -- -f compile_commands_json && cross-env CMAKE_BUILD_TYPE=Debug node-gyp build --debug",