Update package.json

remove format
This commit is contained in:
lublak 2021-11-12 12:41:06 +01:00 committed by GitHub
commit 55e4fb44b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@
"scripts": {
"dev": "npm run watch",
"build": "tsc && gulp",
"format": "cd ../.. && node_modules/prettier/bin-prettier.js packages/nodes-base/**/**.ts --write",
"lint": "tslint -p tsconfig.json -c tslint.json",
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
"nodelinter": "nodelinter",