1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-09 19:24:58 +02:00

add release command in npm scripts

This commit is contained in:
Kushagra Gour 2021-03-29 17:38:11 +05:30
parent 9660e2390c
commit 3188b30905

View File

@ -14,7 +14,8 @@
"precommit": "lint-staged", "precommit": "lint-staged",
"add-locale": "lingui add-locale", "add-locale": "lingui add-locale",
"extract": "lingui extract", "extract": "lingui extract",
"compile": "lingui compile" "compile": "lingui compile",
"release:dev": "gulp devRelease"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "eslint-config-synacor" "extends": "eslint-config-synacor"