Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Sep 4, 2019
1 parent c138814 commit 999956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "echo $GH_TOKEN",
"build": "cd ./src/semanticRelease && npm install && tsc",
"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",
"pre-package": "rimraf dist && copyfiles -u 1 \"src{/*,}/{vss-extension.json,task.json,package.json,*.png,*.js,/!(tests)/*.js}\" dist -E && copyfiles README.md LICENSE 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'",
"release": "npm install && semantic-release",
Expand Down

0 comments on commit 999956c

Please sign in to comment.