File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 "scripts" : {
9393 "cm" : " git diff-index --cached --quiet HEAD || git-cz" ,
9494 "vscode:prepublish" : " yarn run compile" ,
95- "compile" : " rimraf out && parcel build --reporter @parcel/reporter-bundle-analyzer" ,
95+ "compile" : " rimraf out && parcel build" ,
96+ "compile:analyze" : " rimraf out && parcel build --reporter @parcel/reporter-bundle-analyzer" ,
9697 "lint" : " eslint src --ext ts --fix" ,
9798 "watch" : " parcel" ,
98- "pretest" : " yarn run compile && yarn run lint" ,
99+ "pretest" : " rimraf out && tsc -p ./ && yarn run lint" ,
99100 "test" : " node ./out/test/runTest.js" ,
100101 "release" : " vsce publish" ,
101102 "version" : " conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ async function main() {
99
1010 // The path to test runner
1111 // Passed to --extensionTestsPath
12- const extensionTestsPath = path . resolve ( __dirname , './suite/index' ) ;
12+ const extensionTestsPath = path . resolve ( __dirname , './suite/index.js ' ) ;
1313
1414 // Download VS Code, unzip it and run the integration test
1515 await runTests ( { extensionDevelopmentPath, extensionTestsPath, launchArgs : [ '--disable-extensions' ] } ) ;
You can’t perform that action at this time.
0 commit comments