mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Makefixes (#3227)
* move ts-node to normal dependencies * always install everything * need node things to precommit
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
make prereqs
|
||||
npx lint-staged
|
||||
npm run test
|
||||
|
||||
3
Makefile
3
Makefile
@@ -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 $@
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user