Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Apr 23, 2024
1 parent 1c1fe04 commit 698fabf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"scripts": {
"build": "lerna run build",
"build.watch": "lerna run build.watch",
"build.all": "lerna run build.all",
"build.all": "npm run build",
"build.all.win": "lerna run build.all.win",
"build.angular": "lerna run build.angular",
"clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada' 'packages/**/angular/ng-package.json'",
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\"",
"commitmsg": "commitlint -e $GIT_PARAMS",
Expand Down

0 comments on commit 698fabf

Please sign in to comment.