Skip to content

Commit 34a80b3

Browse files
authored
SCANNPM-115 Fix release to not include dev packages (#280)
1 parent a1edf8b commit 34a80b3

File tree

3 files changed

+63
-11
lines changed

3 files changed

+63
-11
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ qa_script_definition: &QA_SCRIPT_DEFINITION
4747
setup_script:
4848
- (cd build && npm pack)
4949
- cp build/sonar-scan-SNAPSHOT.tgz test/integration
50+
- node --version
5051
- (cd test/integration && npm install --no-save sonar-scan-SNAPSHOT.tgz)
5152
- (cd tools/orchestrator && npm run build)
5253
test_script:

0 commit comments

Comments
 (0)