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 791db0a commit b177020Copy full SHA for b177020
package.json
@@ -10,7 +10,7 @@
10
"create-github-release": "conventional-github-releaser -p angular",
11
"build:commonjs": "cross-env BABEL_OUTPUT=commonjs babel src/ --out-dir lib/ --ignore **/__tests__,**/__mocks__",
12
"build:esm": "babel src/ --out-dir esm/ --ignore **/__tests__,**/__mocks__",
13
- "build:umd": "yarn rollup -c",
+ "build:umd": "rollup -c",
14
"build": "npm-run-all clean:* --parallel build:*",
15
"format": "eslint src --fix",
16
"lint": "eslint src",
0 commit comments