|
|
@ -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", |
|
|
|