We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791b987 commit 344cef2Copy full SHA for 344cef2
package.json
@@ -8,7 +8,7 @@
8
"backend-mock": "node backend-mock/server.js",
9
"start": "ng serve --configuration production",
10
"start-docker": "docker image build --build-arg APP_FILES=dist -t terminfinder-docker:0.0.0 .",
11
- "test": "ng test",
+ "test": "npm run prebuild && ng test",
12
"build": "ng build --configuration production",
13
"build-docker": "ng build --configuration production",
14
"compare-locales": "node compare-locales.js",
0 commit comments