File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 143143 "prepack" : " rm -rf lib && tsc -b && oclif manifest && oclif readme && oclif lock && npm shrinkwrap" ,
144144 "postpack" : " rm -f oclif.manifest.json oclif.lock npm-shrinkwrap.json" ,
145145 "lint-typescript" : " eslint ./src --ext .ts --max-warnings 0" ,
146- "test" : " ./gradlew test jacocoTestCoverageVerification && nyc mocha --timeout 60000 --retries 5 \" ./test/**/*.test.ts\" " ,
147- "test-quiet" : " cross-env SFGE_LOGGING=false ./gradlew test jacocoTestCoverageVerification && nyc mocha --timeout 60000 --retries 5 \" ./test/**/*.test.ts\" " ,
146+ "test" : " ./gradlew test jacocoTestCoverageVerification && cross-env NODE_OPTIONS=--no-experimental-strip-types nyc mocha --timeout 60000 --retries 5 \" ./test/**/*.test.ts\" " ,
147+ "test-quiet" : " cross-env SFGE_LOGGING=false ./gradlew test jacocoTestCoverageVerification && cross-env NODE_OPTIONS=--no-experimental-strip-types nyc mocha --timeout 60000 --retries 5 \" ./test/**/*.test.ts\" " ,
148148 "test-cli-messaging" : " ./gradlew cli-messaging:test cli-messaging:jacocoTestCoverageVerification" ,
149149 "test-pmd-cataloger" : " ./gradlew pmd-cataloger:test pmd-cataloger:jacocoTestCoverageVerification" ,
150150 "test-sfge" : " ./gradlew sfge:test sfge:jacocoTestCoverageVerification" ,
151151 "test-sfge-quiet" : " cross-env SFGE_LOGGING=false ./gradlew sfge:test sfge:jacocoTestCoverageVerification" ,
152- "test-typescript" : " tsc -b && nyc mocha --timeout 60000 \" ./test/**/*.test.ts\" " ,
152+ "test-typescript" : " tsc -b && cross-env NODE_OPTIONS=--no-experimental-strip-types nyc mocha --timeout 60000 \" ./test/**/*.test.ts\" " ,
153153 "version" : " oclif readme && git add README.md"
154154 }
155155}
You can’t perform that action at this time.
0 commit comments