updated gitlab-ci
This commit is contained in:
parent
5e9645d52a
commit
1327c627c7
@ -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
1
package-lock.json
generated
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user