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": { "scripts": {
"dev": "npm run watch", "dev": "npm run watch",
"build": "tsc && gulp", "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", "watch": "tsc --watch",
"test": "jest", "test": "jest",
"preinstall": "npx npm-force-resolutions" "release": "npm run build && npm publish --access=public"
},
"resolutions": {
"glob-parent": "^6.0.1"
}, },
"files": [ "files": [
"dist" "dist"