Skip to content

Commit

Permalink
/jenkins deploy-sit
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Feb 12, 2024
1 parent 8275e8f commit e3d22dc
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 @@ -34,7 +34,7 @@
"build:options": "bash tasks/buildOptions.sh",
"build:config": "run-s build:options && node ./tasks/util/config.js",
"build:dev": "cross-env NODE_ENV=development webpack",
"build:prod": "cross-env NODE_ENV=production webpack",
"build:prod": "cross-env NODE_ENV=development webpack",
"clean": "node ./tasks/util/clean.js",
"dist": "run-s clean getcapabilities build:config build:prod && node ./tasks/util/dist.js",
"dist:dev": "run-s clean getcapabilities build:config build:dev && node ./tasks/util/dist.js",
Expand Down

0 comments on commit e3d22dc

Please sign in to comment.