wrench: Fixed typo in package.json scripts
This commit is contained in:
parent
6105b18467
commit
3f7aea4b45
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue