Skip to content

Commit

Permalink
fixed clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
jdiehl committed Dec 28, 2018
1 parent a35c3eb commit 3067748
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 351 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -16,7 +16,7 @@
"test": "jest",
"watch": "jest --watchAll",
"prepublishOnly": "yarn test & yarn build",
"clean": "del index.js index.d.ts 'src/**/*.d.ts' 'src/**/*.js'"
"clean": "rm index.js index.d.ts src/*.d.ts src/*.js"
},
"keywords": [
"microservices",
Expand All @@ -38,7 +38,6 @@
"devDependencies": {
"@types/got": "^9.2.2",
"@types/jest": "^23.3.0",
"del-cli": "^1.1.0",
"got": "^9.5.0",
"jest": "^23.4.1",
"ts-jest": "^23.0.1",
Expand Down

0 comments on commit 3067748

Please sign in to comment.