* move ts-node to normal dependencies

* always install everything

* need node things to precommit
This commit is contained in:
Patrick Quist
2022-01-01 15:18:13 +01:00
committed by GitHub
parent d489044f96
commit b03f6a7e7b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
make prereqs
npx lint-staged
npm run test

View File

@@ -35,8 +35,7 @@ prereqs: node_modules
NODE_MODULES=.npm-updated
$(NODE_MODULES): package.json | node-installed
$(NPM) install --only=prod $(NPM_FLAGS)
$(NPM) install --only=dev $(NPM_FLAGS)
$(NPM) install $(NPM_FLAGS)
@rm -rf node_modules/.cache/esm/*
@touch $@

View File

@@ -73,6 +73,7 @@
"tree-kill": "^1.2.2",
"triple-beam": "^1.3.0",
"tslib": "^2.3.1",
"ts-node": "^10.4.0",
"underscore": "^1.13.2",
"url-join": "^4.0.1",
"vis": "4.20.1",
@@ -132,7 +133,6 @@
"supervisor": "^0.12.0",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"url-loader": "^4.1.1",
"webpack": "^5.65.0",