Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Try to fix the run scripts for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikstra committed Apr 21, 2020
1 parent 8a68c60 commit c75b1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,8 +8,8 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage-html-report": "rm -rf coverage/ && nyc report --reporter=html && xdg-open coverage/index.html",
"install": "npm run build",
"build": "npm run build:core && npm run build:bindings:c && npm run build:bindings:ts",
"build:core": "node scripts/rebuild-core.js",
"build": "npm run build:core && npm run build:bindings",
"build:core": "node-gyp-build \"node scripts/rebuild-core.js\" \"node scripts/postinstall.js\"",
"build:bindings": "npm run build:bindings:c && npm run build:bindings:generate-constants && npm run build:bindings:ts",
"build:bindings:c": "npx node-gyp-build \"node scripts/rebuild-core.js\" \"node scripts/postinstall.js\"",
"build:bindings:ts": "tsc",
Expand Down

0 comments on commit c75b1f7

Please sign in to comment.