We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
;
1 parent 8089a4c commit 05f1f9fCopy full SHA for 05f1f9f
scripts/build-pipelines.sh
@@ -61,7 +61,7 @@ cat << "EOF"
61
script:
62
- >
63
nix-shell --run '
64
- npm run build --verbose
+ npm run build --verbose;
65
npm test -- --ci --coverage --shard=$CI_NODE_INDEX/$CI_NODE_TOTAL;
66
'
67
artifacts:
0 commit comments