Skip to content

Commit

Permalink
chore: Add watch script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 8, 2024
1 parent 55d7db3 commit 029f57c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"prettier": "@alwatr/prettier-config",
"scripts": {
"b": "yarn run build",
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"l": "yarn run lint",
Expand All @@ -24,6 +25,7 @@
"upd": "yarn set version latest; yarn up '*'; yarn up '*' -R; yarn dlx @yarnpkg/sdks vscode; yarn dedupe",
"lint": "eslint . --config .eslintrc.json --ext .ts",
"build": "lerna run build",
"watch": "lerna run --parallel watch",
"format": "yarn run format:prettier && yarn run format:eslint",
"format:eslint": "yarn run lint --fix",
"format:prettier": "prettier . --ignore-path .gitignore --write",
Expand Down

0 comments on commit 029f57c

Please sign in to comment.