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:
parent
9660e2390c
commit
3188b30905
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user