There was an error while loading. Please reload this page.
1 parent e83ad76 commit 0bf1e20Copy full SHA for 0bf1e20
package.json
@@ -32,7 +32,7 @@
32
"fix:helpers:cs": "black utils/ tests/",
33
"install-dependencies": "npm run install-dependencies:client && npm run install-dependencies:server",
34
"install-dependencies:client": "npm install --production=false --prefix client/",
35
- "install-dependencies-ci:client": "npm ci --production=false --prefix client/",
+ "install-dependencies-ci:client": "npm ci --prefix client/",
36
"install-dependencies:server": "composer install --dev",
37
"test:server": "composer run-script test",
38
"test:integration": "python3 tests/integration/run.py",
0 commit comments