Skip to content

Commit 344cef2

Browse files
committed
ci: test needs prebuild
1 parent 791b987 commit 344cef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"backend-mock": "node backend-mock/server.js",
99
"start": "ng serve --configuration production",
1010
"start-docker": "docker image build --build-arg APP_FILES=dist -t terminfinder-docker:0.0.0 .",
11-
"test": "ng test",
11+
"test": "npm run prebuild && ng test",
1212
"build": "ng build --configuration production",
1313
"build-docker": "ng build --configuration production",
1414
"compare-locales": "node compare-locales.js",

0 commit comments

Comments
 (0)