Update scripts

This commit is contained in:
Valentina Lilova 2022-04-21 17:36:42 +03:00
commit 10579a553e

View file

@ -16,13 +16,12 @@
"scripts": {
"dev": "npm run watch",
"build": "tsc && gulp",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"lint": "tslint -p tsconfig.json -c tslint.json",
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
"nodelinter": "nodelinter",
"watch": "tsc --watch",
"test": "jest",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"glob-parent": "^6.0.1"
"release": "npm run build && npm publish --access=public"
},
"files": [
"dist"