chore: add prepare step (#102)

This commit is contained in:
Zak Angelle 2021-04-15 09:03:08 -05:00 committed by GitHub
parent 848545944d
commit 169c039ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
},
"scripts": {
"build": "ts-node ./scripts/build.ts",
"prepare": "yarn build",
"validate": "yarn build && ts-node ./scripts/validate.ts"
}
}