Run build before publish (#2409)

This commit is contained in:
Brian C 2020-11-10 16:01:44 -06:00 committed by GitHub
parent ec1dcab966
commit 897d774509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"pretest": "yarn build",
"prepublish": "yarn build",
"lint": "eslint '*/**/*.{js,ts,tsx}'"
},
"devDependencies": {