Skip to content

Commit b7a9de1

Browse files
committed
screenshots in readme and publish to marketplace
1 parent 70d86bf commit b7a9de1

11 files changed

+45
-556
lines changed

Packer/package-lock.json

-329
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packer/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"main": "src/index.js",
66
"scripts": {
77
"build": "tsc -p .",
8+
"build:prod": "npm i && npm run build && npm prune --production && npm dedupe",
89
"pretest": "npm run build",
910
"test": "mocha --recursive",
10-
"upload": "npm i && npm run build && rm -rf node_modules && npm i --only=prod && tfx build tasks upload --task-path ."
11+
"upload": "npm run build:prod && tfx build tasks upload --task-path ."
1112
},
1213
"keywords": [
1314
"packer",

0 commit comments

Comments
 (0)