Added prepare script for installation from repo (#523)

This commit is contained in:
Robin De Schepper 2023-03-08 12:35:53 +01:00 committed by GitHub
parent fd0add5e21
commit ec499325c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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\"",