Skip to content

Commit

Permalink
Remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Toledo authored and javiertoledo committed Sep 28, 2023
1 parent c793199 commit da44678
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 74 deletions.
140 changes: 69 additions & 71 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/src/templates/project/package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const template = `{
"lint:check": "eslint --ext '.js,.ts' **/*.ts",
"lint:fix": "eslint --quiet --fix --ext '.js,.ts' **/*.ts",
"build": "ttsc -b tsconfig.json",
"clean": "rimraf ./dist tsconfig.tsbuildinfo",
"clean": "rimraf ./dist tsconfig.tsbuildinfo"
},
"types": "lib/index.d.ts"
}`
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"lint:check": "eslint --ext '.js,.ts' **/*.ts",
"lint:fix": "eslint --quiet --fix --ext '.js,.ts' **/*.ts",
"build": "ttsc -b tsconfig.json",
"clean": "rimraf ./dist tsconfig.tsbuildinfo",
"test": "AWS_SDK_LOAD_CONFIG=true BOOSTER_ENV=test nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
"clean": "rimraf ./dist tsconfig.tsbuildinfo"
},
"types": "lib/index.d.ts"
}

0 comments on commit da44678

Please sign in to comment.