small fix

master
Tudor Stanciu 2023-03-17 02:03:30 +02:00
parent 8449a3a14e
commit 1caa46972b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"format": "prettier --write \"src/**/*.ts\"", "format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json", "lint": "tslint -p tsconfig.json",
"prepublishOnly": "npm test && npm run lint", "prepublishOnly": "npm test && npm run lint",
"prepush": "npm run build", "prepush": "npm install && npm run build",
"preversion": "npm run lint", "preversion": "npm run lint",
"version": "npm run format && git add -A src", "version": "npm run format && git add -A src",
"push": "npm publish", "push": "npm publish",