We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb3118 commit 03d0fc6Copy full SHA for 03d0fc6
package.json
@@ -6,8 +6,8 @@
6
"scripts": {
7
"clean": "rimraf lib",
8
"build": "run-p build:*",
9
- "build:commonjs": "cross-env BABEL_ENV=production BABEL_OUTPUT=cjs babel src --out-dir lib --ignore __tests__",
10
- "build:esm": "cross-env BABEL_ENV=production BABEL_OUTPUT=esm babel src --out-dir esm --ignore __tests__",
+ "build:commonjs": "cross-env BABEL_ENV=production BABEL_OUTPUT=cjs babel src --out-dir lib --ignore '**/__tests__'",
+ "build:esm": "cross-env BABEL_ENV=production BABEL_OUTPUT=esm babel src --out-dir esm --ignore '**/__tests__'",
11
"create-github-release": "conventional-github-releaser -p angular",
12
"flow": "flow",
13
"format": "eslint --fix src test",
0 commit comments