Skip to content

Commit

Permalink
feat: add less watch
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed Nov 13, 2023
1 parent 0d145f7 commit 036e31d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
4 changes: 3 additions & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
"start": "tsc --watch",
"lint": "eslint . --ext .tsx,.ts",
"lint:md": "remark . -f -q",
"dev": "pnpm run dev:tsc & pnpm run dev:types",
"dev": "pnpm run dev:tsc & pnpm run dev:types & pnpm run dev:css",
"dev:tsc": "tsc --p tsconfig.esm.json --watch",
"dev:types": "tsc --emitDeclarationOnly --p tsconfig.types.json --watch",
"dev:css": "lessc-watcher --src ./index.less --dst ./dist/assets/index.css",
"build:clean": "rm -rf dist",
"build:types": "tsc --emitDeclarationOnly --p tsconfig.types.json",
"build:tsc": "tsc --p tsconfig.esm.json",
Expand All @@ -61,6 +62,7 @@
"ahooks": "^3.7.7",
"antd": "^4.24.4",
"bn.js": "^5.2.1",
"lessc-watcher": "^1.2.2",
"typescript": "^4.9.5"
},
"devDependencies": {
Expand Down
25 changes: 13 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 036e31d

Please sign in to comment.