🔨 Update gulp
This commit is contained in:
parent
f2731eaa55
commit
2b2ddca3be
2 changed files with 6 additions and 8 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "npm run watch",
|
||||
"build": "tsc && gulp",
|
||||
"build": "tsc && gulp build:icons",
|
||||
"format": "prettier nodes credentials --write",
|
||||
"lint": "tslint -p tsconfig.json -c tslint.json && node_modules/eslint/bin/eslint.js ./nodes",
|
||||
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json && node_modules/eslint/bin/eslint.js --fix ./nodes",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue