Skip to content

Commit

Permalink
Merge pull request #24 from neo-technology/develop
Browse files Browse the repository at this point in the history
Update publish for prod
  • Loading branch information
JMHReif authored Feb 27, 2024
2 parents 68f28d9 + eb48944 commit a7f6a4f
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 @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"publish-develop": "npm run build && python publish.py",
"publish-prod": "npm run build && python publish.py --stage prod"
"publish-master": "npm run build && python publish.py --stage prod"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a7f6a4f

Please sign in to comment.