mirror of
https://dev.azure.com/tstanciu94/Packages/_git/tuitio-client
synced 2025-03-30 04:21:40 +03:00
small fix
This commit is contained in:
parent
8449a3a14e
commit
1caa46972b
@ -10,7 +10,7 @@
|
||||
"format": "prettier --write \"src/**/*.ts\"",
|
||||
"lint": "tslint -p tsconfig.json",
|
||||
"prepublishOnly": "npm test && npm run lint",
|
||||
"prepush": "npm run build",
|
||||
"prepush": "npm install && npm run build",
|
||||
"preversion": "npm run lint",
|
||||
"version": "npm run format && git add -A src",
|
||||
"push": "npm publish",
|
||||
|
Loading…
x
Reference in New Issue
Block a user