1
0
Fork 0

wrench: Fixed typo in package.json scripts

This commit is contained in:
Joost De Cock 2018-09-05 16:39:44 +02:00
parent 83915805c8
commit 09ae40ea93

View file

@ -20,9 +20,9 @@
"unpkg": "dist/browser.js", "unpkg": "dist/browser.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",
"scripts": { "scripts": {
"patch": "npm version patch -m ':bookmark: v%s; && npm run build", "patch": "npm version patch -m ':bookmark: v%s' && npm run build",
"minor": "npm version minor -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", "major": "npm version major -m ':bookmark: v%s' && npm run build",
"precommit": "npm run pretty && lint-staged", "precommit": "npm run pretty && lint-staged",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf dist", "clean": "rimraf dist",