Added prepare script for installation from repo (#523)
This commit is contained in:
parent
fd0add5e21
commit
ec499325c4
@ -21,6 +21,7 @@
|
||||
"scripts": {
|
||||
"prebuild": "rimraf lib",
|
||||
"build": "tsc",
|
||||
"prepare": "tsc",
|
||||
"dev:yalc": "nodemon --watch src --ext ts --exec 'npm run build && yalc push'",
|
||||
"format": "prettier --write \"src/**/*.ts\"",
|
||||
"format:ci": "prettier --list-different \"src/**/*.ts\"",
|
||||
|
Loading…
Reference in New Issue
Block a user