Skip to content

Commit

Permalink
fix(build): I hope so
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Sep 4, 2019
1 parent 82aaf12 commit 79a004b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"pre-package": "rimraf dist && copyfiles -u 1 \"src{/*,}/{vss-extension.json,task.json,package.json,*.png,*.js,/!(tests)/*.js}\" dist -E && cd ./dist/semanticRelease && npm install --only=prod",
"package": "npm run build && npm run pre-package",
"publish": "cd ./dist && cross-env-shell 'tfx extension publish --auth-type pat -t $MARKETPLACE_TOKEN --service-url \"https://marketplace.visualstudio.com/\" --share-with $SHARED_ORGS --manifest-globs vss-extension.json'",
"publish-test": "cross-env-shell \"echo $MARKETPLACE_TOKEN\"",
"release": "npm install && semantic-release",
"release-dev": "semantic-release"
},
Expand Down

0 comments on commit 79a004b

Please sign in to comment.