Skip to content

Commit

Permalink
fix(scripts): edit watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
fatrex committed Apr 20, 2023
1 parent 01295a6 commit 4ade68a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 47 deletions.
47 changes: 3 additions & 44 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"watch": "watch 'npm run build' ./src"
"dev": "npm run build -- --watch"
},
"keywords": [],
"author": "Daniele Lenares <[email protected]>",
Expand All @@ -28,7 +28,6 @@
"@types/node": "^18.15.12",
"prettier": "2.8.7",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"watch": "^1.0.2"
"typescript": "^5.0.4"
}
}

0 comments on commit 4ade68a

Please sign in to comment.