Merge branch 'master' of https://bitbucket.org/sriramv18/sparqsineedge
This commit is contained in:
commit
242385015c
@ -11,11 +11,12 @@ pipelines:
|
|||||||
- step:
|
- step:
|
||||||
caches:
|
caches:
|
||||||
- node
|
- node
|
||||||
|
size: 2x # Double resources available for this step.
|
||||||
script: # Modify the commands below to build your repository.
|
script: # Modify the commands below to build your repository.
|
||||||
- cd ng6-seed
|
- cd ng6-seed
|
||||||
- npm install
|
- npm install
|
||||||
- npm install -g @angular/cli
|
- npm install -g @angular/cli
|
||||||
- npm run staging
|
- node --max_old_space_size=2046 node_modules/@angular/cli/bin/ng build --configuration=staging
|
||||||
- ls -ltr
|
- ls -ltr
|
||||||
- cd dist
|
- cd dist
|
||||||
- pipe: atlassian/aws-s3-deploy:0.3.8
|
- pipe: atlassian/aws-s3-deploy:0.3.8
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"production": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod ",
|
"production": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod ",
|
||||||
"staging": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod --configuration=staging",
|
"staging": "node --max_old_space_size=6144 node_modules/@angular/cli/bin/ng build --configuration=staging",
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user