fix(backend): Don't error on tests
This commit is contained in:
parent
989b65f3c5
commit
fcea3188f9
1 changed files with 1 additions and 1 deletions
|
@ -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\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue