Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Updated package json
Browse files Browse the repository at this point in the history
  • Loading branch information
DarpanLalani committed Jul 16, 2024
2 parents e85277f + 5db9ac4 commit ed7ea5e
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 @@ -4,7 +4,7 @@
"description": "Application builder for Cumulocity (written by Software AG Global Presales)",
"main": "index.ts",
"scripts": {
"start": "c8ycli server --env.extraWebpackConfig=./extra-webpack.config.js -u https://appbuilder-next.latest.stage.c8y.io",
"start": "c8ycli server --env.extraWebpackConfig=./extra-webpack.config.js ",
"build": "set NODE_OPTIONS=--max_old_space_size=4096 && c8ycli build --env.extraWebpackConfig=./extra-webpack.config.js",
"build-dev": "set NODE_OPTIONS=--max_old_space_size=4096 && c8ycli build --env.extraWebpackConfig=./extra-webpack.config.js --env.mode=development",
"deploy-ci": "c8ycli deploy -u $npm_config_param1 -T $npm_config_param2 -U $npm_config_param3 -P $npm_config_param4",
Expand Down

0 comments on commit ed7ea5e

Please sign in to comment.