Skip to content

Commit

Permalink
remove redundant yarn clean commands
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Aug 3, 2020
1 parent ecd1537 commit 4fc8105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"clean": "rimraf ./**/.greenwood/** && rimraf ./**/public/** && rimraf ./coverage",
"clean:deps": "rimraf **/node_modules/**",
"lint": "eslint \"*.js\" \"./packages/**/**/*.js\" \"./test/*.js\" \"./www/**/**/*.js\"",
"build": "yarn clean && node . build",
"build": "node . build",
"serve": "yarn build && cd ./public && ws",
"develop": "yarn clean && node . develop",
"test": "export BROWSERSLIST_IGNORE_OLD_DATA=true && yarn clean && nyc mocha",
"develop": "node . develop",
"test": "export BROWSERSLIST_IGNORE_OLD_DATA=true && nyc mocha",
"test:tdd": "yarn test --watch"
},
"devDependencies": {
Expand Down

0 comments on commit 4fc8105

Please sign in to comment.