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 038558e commit 824fe86Copy full SHA for 824fe86
package.json
@@ -11,7 +11,6 @@
11
"build:commonjs": "cross-env BABEL_ENV=production BABEL_OUTPUT=cjs babel src --out-dir lib/js --extensions .ts,.tsx --ignore '**/__tests__'",
12
"build:esm": "cross-env BABEL_ENV=production BABEL_OUTPUT=esm babel src --out-dir lib/esm --extensions .ts,.tsx --ignore '**/__tests__'",
13
"build:types": "tsc",
14
- "create-github-release": "conventional-github-releaser -p angular",
15
"format": "spire format",
16
"lint": "spire lint",
17
"prepare": "run-s clean build",
0 commit comments