Skip to content

Commit

Permalink
fix scripts for Windows users (#64)
Browse files Browse the repository at this point in the history
close #62
  • Loading branch information
DevSide authored Jun 13, 2017
1 parent fa5f30a commit 5742e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"scripts": {
"clean": "rimraf lib es",
"test": "jest ./tests",
"lint": "eslint ./src ./tests",
"test": "jest tests",
"lint": "eslint src tests",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
"build": "yarn build:commonjs && yarn build:es",
Expand Down

0 comments on commit 5742e47

Please sign in to comment.