Skip to content

Commit

Permalink
reverted change specifying full npm path
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Jan 9, 2024
1 parent 70643ad commit 51cb8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"webpack:dev": "npm run webpack-dev-server -- --config webpack/webpack.dev.js --inline --hot --port=9060 --watch-content-base --env.stats=minimal",
"webpack:dev-verbose": "npm run webpack-dev-server -- --config webpack/webpack.dev.js --inline --hot --port=9060 --watch-content-base --profile --progress --env.stats=normal",
"webpack:build:main": "npm run webpack -- --config webpack/webpack.dev.js --env.stats=minimal",
"webpack:build": "./node/node_modules/npm/bin/npm run cleanup && ./node/node_modules/npm/bin/npm run webpack:build:main",
"webpack:build": "npm run cleanup && npm run webpack:build:main",
"webpack:local:main": "npm run webpack -- --config webpack/webpack.local.js --profile",
"webpack:local": "npm run cleanup && npm run webpack:local:main && npm run clean-www",
"webpack:qa:main": "npm run webpack -- --config webpack/webpack.qa.js --profile",
Expand Down

0 comments on commit 51cb8bc

Please sign in to comment.