Skip to content

Commit 8228437

Browse files
committed
fixing typo
1 parent 2e643f1 commit 8228437

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ env:
88
install:
99
yarn release
1010
script:
11-
# - yarn test
12-
- dir ./dist
11+
- yarn test
1312

1413
deploy:
1514
skip_cleanup: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tslint": "tslint 'tasks/cloc-build-task/**/*.ts' -e 'tasks/cloc-build-task/node_modules/**/*'",
99
"build-without-setup": "tsc && yarn tslint",
1010
"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",
1212
"test-reporter": "cd tasks/cloc-build-task && mocha tests/suite.js --reporter mocha-junit-reporter --reporter-options mochaFile=./test-results.xml",
1313
"test": "yarn build-without-setup && cd tasks/cloc-build-task && mocha tests/suite.js"
1414
},

0 commit comments

Comments
 (0)