File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
install :
9
9
yarn release
10
10
script :
11
- # - yarn test
12
- - dir ./dist
11
+ - yarn test
13
12
14
13
deploy :
15
14
skip_cleanup : true
Original file line number Diff line number Diff line change 8
8
"tslint" : " tslint 'tasks/cloc-build-task/**/*.ts' -e 'tasks/cloc-build-task/node_modules/**/*'" ,
9
9
"build-without-setup" : " tsc && yarn tslint" ,
10
10
"build" : " yarn setup && yarn build-without-setup" ,
11
- "release" : " yarn build && node updateVersion.js && node node_modules/tfx-cli/_build/tfx-cli.js extension create --manifest-glob vss-extension.json --output-path ./dist/clock -vsts-extension.vsix" ,
11
+ "release" : " yarn build && node updateVersion.js && node node_modules/tfx-cli/_build/tfx-cli.js extension create --manifest-glob vss-extension.json --output-path ./dist/cloc -vsts-extension.vsix" ,
12
12
"test-reporter" : " cd tasks/cloc-build-task && mocha tests/suite.js --reporter mocha-junit-reporter --reporter-options mochaFile=./test-results.xml" ,
13
13
"test" : " yarn build-without-setup && cd tasks/cloc-build-task && mocha tests/suite.js"
14
14
},
You can’t perform that action at this time.
0 commit comments