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 1c1fe04 commit 698fabfCopy full SHA for 698fabf
package.json
@@ -3,9 +3,8 @@
3
"scripts": {
4
"build": "lerna run build",
5
"build.watch": "lerna run build.watch",
6
- "build.all": "lerna run build.all",
+ "build.all": "npm run build",
7
"build.all.win": "lerna run build.all.win",
8
- "build.angular": "lerna run build.angular",
9
"clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada' 'packages/**/angular/ng-package.json'",
10
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\"",
11
"commitmsg": "commitlint -e $GIT_PARAMS",
0 commit comments