chore(release): 📌 ready for release

This commit is contained in:
Walid 2022-08-26 15:37:26 +01:00
parent f72e794a8b
commit 74975234a9
No known key found for this signature in database
GPG Key ID: 7DF9215FC4E48853

View File

@ -39,7 +39,8 @@
"scripts": {
"lint:eslint": "eslint '**/*.js' --fix",
"lint:prettier": "prettier '**/*.{js,json,md,yml}' --ignore-path .eslintignore --write --loglevel silent",
"lint-all": "npm-run-all lint:*"
"lint-all": "npm-run-all lint:*",
"release": "npm login && npm publish"
},
"devDependencies": {
"eslint": "^8.22.0",