Skip to content

Instantly share code, notes, and snippets.

@Dok11
Last active March 10, 2019 03:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dok11/f18ac53d8b6a8077fd4fd0dae44ad554 to your computer and use it in GitHub Desktop.
Save Dok11/f18ac53d8b6a8077fd4fd0dae44ad554 to your computer and use it in GitHub Desktop.
Angular package.json commands to work with bitrix
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json -sm --aot",
"start-hmr": "ng serve --proxy-config proxy.conf.json -sm --hmr -e=hmr",
"build-dev": "ng build --dev --op=../../public_html/f/main-dev/ -dop false --oh none -sm false",
"build": "ng build --prod --op=../../public_html/f/main/ -dop false --oh none",
"test": "ng test --sourcemaps=false",
"lint": "ng lint --type-check",
"e2e": "ng e2e"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment