Skip to content

Commit

Permalink
no more build:minify
Browse files Browse the repository at this point in the history
  • Loading branch information
sadasant committed Jun 24, 2020
1 parent 1567b7a commit 706ff3c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
4 changes: 1 addition & 3 deletions sdk/keyvault/keyvault-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js 2>&1",
"build:samples": "echo skipped",
"build:es6": "tsc -p tsconfig.json",
"build:nodebrowser": "rollup -c 2>&1",
Expand Down Expand Up @@ -103,7 +102,6 @@
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-visualizer": "^4.0.4",
"source-map-support": "^0.5.9",
"typescript": "~3.9.3",
"uglify-js": "^3.4.9"
"typescript": "~3.9.3"
}
}
2 changes: 0 additions & 2 deletions sdk/keyvault/keyvault-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js 2>&1",
"build:samples": "node ../../../common/scripts/prep-samples.js && cd samples && tsc",
"build:es6": "tsc -p tsconfig.json",
"build:nodebrowser": "rollup -c 2>&1",
Expand Down Expand Up @@ -152,7 +151,6 @@
"sinon": "^9.0.2",
"source-map-support": "^0.5.9",
"typescript": "~3.9.3",
"uglify-js": "^3.4.9",
"url": "^0.11.0"
}
}
1 change: 0 additions & 1 deletion sdk/keyvault/keyvault-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"scripts": {
"audit": "echo skipped",
"build:minify": "echo skipped",
"build:samples": "echo skipped",
"build:es6": "tsc -p tsconfig.json",
"build:nodebrowser": "echo skipped",
Expand Down
2 changes: 0 additions & 2 deletions sdk/keyvault/keyvault-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
},
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js 2>&1",
"build:samples": "node ../../../common/scripts/prep-samples.js && cd samples && tsc",
"build:es6": "tsc -p tsconfig.json",
"build:nodebrowser": "rollup -c 2>&1",
Expand Down Expand Up @@ -143,7 +142,6 @@
"sinon": "^9.0.2",
"source-map-support": "^0.5.9",
"typescript": "~3.9.3",
"uglify-js": "^3.4.9",
"url": "^0.11.0"
}
}
2 changes: 0 additions & 2 deletions sdk/keyvault/keyvault-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
},
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js 2>&1",
"build:samples": "node ../../../common/scripts/prep-samples.js && cd samples && tsc",
"build:es6": "tsc -p tsconfig.json",
"build:nodebrowser": "rollup -c 2>&1",
Expand Down Expand Up @@ -154,7 +153,6 @@
"sinon": "^9.0.2",
"source-map-support": "^0.5.9",
"typescript": "~3.9.3",
"uglify-js": "^3.4.9",
"url": "^0.11.0"
}
}

0 comments on commit 706ff3c

Please sign in to comment.