Skip to content

Commit 619c783

Browse files
authored
Delete unnecessary commands remove-js and remove-map from package.json (#193)
1 parent 98e7f36 commit 619c783

File tree

1 file changed

+1
-3
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+1
-3
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
"description": "${packageDescription}",
44
"version": "${packageVersion}",
55
"scripts": {
6-
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
6+
"clean": "npm run remove-definitions && npm run remove-dist",
77
"build-documentation": "npm run clean && typedoc ./",
88
"prepublishOnly": "yarn build",
99
"pretest": "tsc",
1010
"remove-definitions": "rimraf ./types",
1111
"remove-dist": "rimraf ./dist",
1212
"remove-documentation": "rimraf ./docs",
13-
"remove-js": "rimraf *.js && rimraf ./commands/*.js && rimraf ./models/*.js && rimraf ./protocols/*.js",
14-
"remove-maps": "rimraf *.js.map && rimraf ./commands/*.js.map && rimraf ./models/*.js.map && rimraf ./protocols/*.js.map",
1513
"test": "yarn build && jest --coverage --passWithNoTests",
1614
"build:es": "tsc -p tsconfig.es.json",
1715
"build": "yarn pretest && yarn build:es"

0 commit comments

Comments
 (0)