Draft: Resolve "GHC und Dependencies auf die neuste Version bringen" #206

Open
savau wants to merge 583 commits from 144-ghc-update into master
Showing only changes of commit 63030d4dff - Show all commits

View File

@ -44,6 +44,10 @@ frontend-%: node_modules
--frontend-watch: WATCH=--watch
--frontend-watch: --frontend-build
.PHONY: --frontend-test
--frontend-test: karma.conf.js
npx -- karma start --conf karma.conf.js
node_modules: .npmrc package.json
npm ci --cache .npm --prefer-offline