Skip to content

Commit

Permalink
Add watch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
utileetdulce committed Jan 27, 2022
1 parent 3cb6b5a commit edfea1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"dev": "vite docs",
"prebuild": "npm run lint && npm run fmt && rimraf dist",
"build": "vite build && npm run build:lib",
"build:watch": "vite build --watch && npm run build:lib:watch",
"build:lib": "tsc -p .",
"build:lib:watch": "tsc-watch -p .",
"serve": "vite",
"prepare": "npm run build",
"fmt": "prettier --write \"src/**/*.ts\"",
Expand All @@ -25,6 +27,7 @@
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"rollup-plugin-friendly-type-imports": "^1.0.1",
"tsc-watch": "^4.5.0",
"typescript": "^4.4.4",
"vite": "2.6.0",
"vite-plugin-banner": "0.1.3",
Expand Down

0 comments on commit edfea1f

Please sign in to comment.