Skip to content

Commit

Permalink
fix: add cross-env to dependencies
Browse files Browse the repository at this point in the history
Fixes #649
  • Loading branch information
aminya committed Aug 23, 2024
1 parent 4af17f5 commit bea328b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"dependencies": {
"@aminya/node-gyp-build": "4.8.1-aminya.1",
"node-addon-api": "^7.1.0",
"shelljs": "^0.8.5"
"shelljs": "^0.8.5",
"cross-env": "^7.0.3"
},
"devDependencies": {
"@types/chai": "^4.3.16",
Expand Down Expand Up @@ -55,7 +56,6 @@
"typedoc": "^0.25.13",
"typescript": "~4.9.5",
"which": "^4.0.0",
"cross-env": "^7.0.3",
"shx": "^0.3.4"
},
"pnpm": {
Expand All @@ -82,7 +82,7 @@
"tsconfig.json"
],
"scripts": {
"install": "(npm run build.js || echo ok) && cross-env npm_config_build_from_source=true aminya-node-gyp-build",
"install": "(npm run build.js || echo __skipping_js_build__) && cross-env npm_config_build_from_source=true aminya-node-gyp-build",
"clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.mjs ./script/*.js.map ./script/*.mjs.map ./script/*.d.ts ./script/*.d.mts ./script/*.cjs ./scripts/*.cjs.map ./scripts/*.d.cts ./script/*.tsbuildinfo",
"clean.release": "shx rm -rf ./build/Release",
"clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bea328b

Please sign in to comment.