1
0
Fork 0

fix(svgtopdf): Don't error on tests

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

View file

@ -9,7 +9,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",
"prettier": "npx prettier --write 'src/**'",
"lint": "eslint --fix \"src/*.js\"",