Skip to content

Commit

Permalink
cleanup es config (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSide authored Feb 13, 2018
1 parent acd33f5 commit 07d864d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
*.log
lib
es
.idea
.idea
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.*
yarn.lock
tests
!es/
!lib/
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"clean": "rimraf lib es",
"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",
"build": "cross-env babel src --out-dir lib",
"prepublishOnly": "yarn ci"
}
}

0 comments on commit 07d864d

Please sign in to comment.