Clean Makefile

This commit is contained in:
Romain Vigier
2021-08-17 19:15:25 +02:00
parent a0f6a508d2
commit aaf94fe8c1
4 changed files with 31 additions and 63 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ test:
paths:
- node_modules
script:
- make deps-install
- make test
- npm install
- npm run test
build:
stage: build