chore(Makefile): frontend-test
This commit is contained in:
parent
32e4af199a
commit
63030d4dff
4
Makefile
4
Makefile
@ -44,6 +44,10 @@ frontend-%: node_modules
|
|||||||
--frontend-watch: WATCH=--watch
|
--frontend-watch: WATCH=--watch
|
||||||
--frontend-watch: --frontend-build
|
--frontend-watch: --frontend-build
|
||||||
|
|
||||||
|
.PHONY: --frontend-test
|
||||||
|
--frontend-test: karma.conf.js
|
||||||
|
npx -- karma start --conf karma.conf.js
|
||||||
|
|
||||||
node_modules: .npmrc package.json
|
node_modules: .npmrc package.json
|
||||||
npm ci --cache .npm --prefer-offline
|
npm ci --cache .npm --prefer-offline
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user