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
script:
- npm install
- ng build --prod --configuration=production
- npm run build --prod
artifacts:
paths:
- dist/

1
package-lock.json generated
View File

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