Skip to content

Commit

Permalink
chore: remove pretest step in new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Mar 17, 2021
1 parent 9ed9c03 commit e548c7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/lib-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:es && yarn build:cjs",
"pretest": "yarn build:cjs",
"postbuild": "downlevel-dts types types/ts3.4",
"test": "jest"
},
Expand Down
1 change: 0 additions & 1 deletion packages/credential-provider-sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"module": "./dist/es/index.js",
"scripts": {
"prepublishOnly": "yarn build:cjs && yarn build:es",
"pretest": "yarn build:cjs",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:es && yarn build:cjs",
Expand Down

0 comments on commit e548c7b

Please sign in to comment.