Skip to content

Commit

Permalink
feat: remove suite script (smithy-lang#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell authored and srchase committed Jun 16, 2023
1 parent c93d9aa commit 19f8a43
Show file tree
Hide file tree
Showing 163 changed files with 437 additions and 953 deletions.
1 change: 0 additions & 1 deletion packages/signature-v4/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
*.tgz
*.log
package-lock.json
/src/suite.fixture.ts
2 changes: 1 addition & 1 deletion packages/signature-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build:cjs": "tsc -p tsconfig.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "node scripts/buildSuiteFixture.js && yarn build:es && yarn build:cjs",
"build": "yarn build:es && yarn build:cjs",
"prepublishOnly": "yarn build",
"pretest": "yarn build",
"test": "jest --coverage"
Expand Down
56 changes: 0 additions & 56 deletions packages/signature-v4/scripts/buildSuiteFixture.js

This file was deleted.

Loading

0 comments on commit 19f8a43

Please sign in to comment.