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 Sep 27, 2023
1 parent c793199 commit c343a1a
Showing 1 changed file with 1 addition and 1 deletion.
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"
}`

0 comments on commit c343a1a

Please sign in to comment.