small fix
parent
8449a3a14e
commit
1caa46972b
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue