Fix CI build artifacts

This commit is contained in:
Aarni Halinen
2020-12-31 00:23:02 +02:00
parent fc5e519e59
commit fa3c917673
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"start": "npm run start-dev",
"start-dev": "next dev",
"serve": "next start",
"start-prod": "npm run build && npm run serve",
"start-prod": "npm run serve",
"test": "npm run test:e2e:verbose",
"test:e2e": "npm-run-all -p -r serve test:e2e:testcafe",
"test:e2e:verbose": "npm-run-all -p -r serve test:e2e:testcafe:verbose",