Skip to content
This repository was archived by the owner on Aug 30, 2019. It is now read-only.

Commit b6d7d11

Browse files
committed
fix(babel): Do not compile and publish tests
1 parent 2122842 commit b6d7d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"clean": "rimraf lib",
11-
"build": "cross-env BABEL_ENV=production BABEL_OUTPUT=cjs babel src --out-dir lib --ignore __tests__",
11+
"build": "cross-env BABEL_ENV=production BABEL_OUTPUT=cjs babel src --out-dir lib --ignore '**/__tests__'",
1212
"create-github-release": "conventional-github-releaser -p angular",
1313
"flow": "flow",
1414
"format": "prettier --write --trailing-comma all --single-quote \"src/**/*.js\"",

0 commit comments

Comments
 (0)