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 Original file line number Diff line number Diff line change 3
3
"description" : " ${packageDescription}" ,
4
4
"version" : " ${packageVersion}" ,
5
5
"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" ,
7
7
"build-documentation" : " npm run clean && typedoc ./" ,
8
8
"prepublishOnly" : " yarn build" ,
9
9
"pretest" : " tsc" ,
10
10
"remove-definitions" : " rimraf ./types" ,
11
11
"remove-dist" : " rimraf ./dist" ,
12
12
"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" ,
15
13
"test" : " yarn build && jest --coverage --passWithNoTests" ,
16
14
"build:es" : " tsc -p tsconfig.es.json" ,
17
15
"build" : " yarn pretest && yarn build:es"
You can’t perform that action at this time.
0 commit comments