Skip to content

Commit

Permalink
dev: use npm-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
yto60 committed Dec 31, 2021
1 parent 5b66f5b commit 46b1d9e
Show file tree
Hide file tree
Showing 2 changed files with 727 additions and 7 deletions.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@
"name": "notion-replace-text",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev": "npm-watch",
"build": "tsc && vite build",
"preview": "vite preview"
},
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "ts,json",
"runOnChangeOnly": false
}
},
"devDependencies": {
"@types/node": "^17.0.5",
"npm-watch": "^0.11.0",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-chrome-extension": "^0.0.7"
Expand Down
Loading

0 comments on commit 46b1d9e

Please sign in to comment.