1
0
Fork 0

fix(backend): Don't error on tests

This commit is contained in:
Joost De Cock 2021-12-29 09:10:07 +01:00
parent 989b65f3c5
commit fcea3188f9

View file

@ -10,7 +10,7 @@
"patch": "npm version patch -m ':bookmark: v%s' && npm run build",
"minor": "npm version minor -m ':bookmark: v%s' && npm run build",
"major": "npm version major -m ':bookmark: v%s' && npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 0",
"clean": "rimraf dist",
"pretty": "npx prettier --write \"src/*.js\"",
"lint": "eslint --fix \"src/*.js\"",