mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Replace watch
package with tsc --watch
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"lib/**/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "watch 'yarn run build' src",
|
||||
"dev": "yarn build --watch",
|
||||
"build": "tsc",
|
||||
"format": "prettier --write \"src/**/*.ts\"",
|
||||
"lint": "eslint --fix \"src/**/*.ts\"",
|
||||
@@ -109,7 +109,6 @@
|
||||
"np": "6.5.0",
|
||||
"prettier": "^2.2.1",
|
||||
"ts-jest": "^26.5.4",
|
||||
"typescript": "^4.2.3",
|
||||
"watch": "^1.0.2"
|
||||
"typescript": "^4.2.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user