Skip to content

Commit

Permalink
HF 30 - Fix desktop dev
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Oct 21, 2024
1 parent 5a77e29 commit 68605e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"start:local": "./.env.start.local.sh",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"dev:app": "cross-env NODE_CONFIG_ENV=blacklist IS_APP=1 ./node_modules/@babel/node/bin/babel-node.js ./webpack/dev-server.js",
"dev:app": "npm run build-hash && cross-env NODE_CONFIG_ENV=blacklist IS_APP=1 ./node_modules/@babel/node/bin/babel-node.js ./webpack/dev-server.js",
"build:app": "npm run build-hash && cross-env NODE_ENV=production NODE_CONFIG_ENV=production,desktop ./node_modules/.bin/webpack --config ./webpack/prod-app.config.js",
"build:app-entry": "cross-env NODE_ENV=production NODE_CONFIG_ENV=production,desktop ./node_modules/@babel/node/bin/babel-node.js build_app_entry.js"
},
Expand Down

0 comments on commit 68605e5

Please sign in to comment.