Commit d61347d6 authored by RAHUL RATHORE's avatar RAHUL RATHORE
Browse files

fix: updated shop web package.json

parent 80216fb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
		"server": "yarn run server:dev",
		"start:prod:hmr": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 ANGULAR_CONF_FILE=./config.prod.json yarn run config:dev && yarn run server:dev:hmr",
		"start:hmr": "yarn run server:dev:hmr",
		"start": "yarn run server:dev",
		"start": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && ng serve",
		"start:aot": "yarn run server:aot:dev",
		"test": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && karma start",
		"test:sonar": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 SONAR_QUBE=1 yarn run config:dev && yarn run lint && karma start",