Skip to content

Commit

Permalink
fix: npm run watch not working (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Apr 26, 2024
1 parent abbc56c commit 946c20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:docs": "USER_INFO=$(id -u):$(id -g) docker run --rm -v ${PWD}/docs:/book peaceiris/mdbook:v0.4.34 build",
"build:workspaces": "npm run build --workspaces --if-present",
"build-declaration": "tsc --declaration",
"watch": "npm run build -- -w",
"watch": "tsc --build -w",
"prettier": "prettier -w src/",
"lint": "eslint -c .eslintrc.js --ext .ts --ext .js --fix src/",
"format": "npm run prettier && npm run lint",
Expand Down

0 comments on commit 946c20c

Please sign in to comment.