Browse Source

Another test

pull/1285/head
Sebastian Stehle 3 months ago
parent
commit
2a14654eb7
  1. 3
      frontend/angular.json
  2. 2
      frontend/package.json

3
frontend/angular.json

@ -170,6 +170,9 @@
"defaultConfiguration": "development" "defaultConfiguration": "development"
}, },
"test": { "test": {
"builder": "@angular/build:unit-test"
},
"test_ci": {
"builder": "@angular/build:unit-test", "builder": "@angular/build:unit-test",
"options": { "options": {
"runnerConfig": true "runnerConfig": true

2
frontend/package.json

@ -8,7 +8,7 @@
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"test": "ng test", "test": "ng test",
"test:coverage": "ng test --no-watch", "test:coverage": "ng run squidex:test_ci --no-watch",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"storybook": "ng run squidex:storybook", "storybook": "ng run squidex:storybook",
"storybook-build": "ng run squidex:build-storybook", "storybook-build": "ng run squidex:build-storybook",

Loading…
Cancel
Save