Skip to content

Commit

Permalink
fix: remove duplicate package.json script (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
simondel authored May 13, 2020
1 parent 34b31e9 commit 26beff2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"lint:log": "eslint . --ext .ts,.tsx -f compact -o lint.log",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"clean": "rimraf \"packages/api/!(stryker.conf)+(.d.ts|.js|.map)\" \"packages/*/+(test|src)/**/*+(.d.ts|.js|.map)\" \"packages/*/{.nyc_output,reports,coverage,src-generated,*.tsbuildinfo,.stryker-tmp}\"",
"clean": "rimraf \"packages/api/!(stryker.conf)+(.d.ts|.js|.map)\" \"packages/*/+(test|src)/**/*+(.d.ts|.js|.map)\" \"packages/*/{.nyc_output,reports,coverage,src-generated,*.tsbuildinfo}\"",
"generate": "node tasks/generate-json-schema-to-ts.js && node tasks/generate-mono-schema.js",
"prebuild": "npm run generate",
"build": "tsc -b && lerna run build",
Expand Down

0 comments on commit 26beff2

Please sign in to comment.