chore(common/lmlayer): run build before tests and packaging

This commit is contained in:
Eddie Antonio Santos 2020-05-13 10:05:16 -06:00
parent 2a31420f68
commit eb9bfd5ef0
No known key found for this signature in database
GPG key ID: DD411EA4D9509D87

View file

@ -28,6 +28,8 @@
},
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "mocha"
},
"bugs": {