Skip to content

Commit

Permalink
bump workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 14, 2024
1 parent 24e6ee6 commit 6cd7d92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6cd7d92

Please sign in to comment.