updated gitlab-ci

This commit is contained in:
Solomon Laing 2021-04-01 19:38:52 +10:30
parent 5e9645d52a
commit 1327c627c7
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ build-job:
- node - node
script: script:
- npm install - npm install
- ng build --prod --configuration=production - npm run build --prod
artifacts: artifacts:
paths: paths:
- dist/ - dist/

1
package-lock.json generated
View File

@ -5,6 +5,7 @@
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "inkletblot-com",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@angular/animations": "~11.2.7", "@angular/animations": "~11.2.7",