fix: viewer project should build output before publish

This commit is contained in:
dannyrb 2019-09-06 09:51:45 -04:00
parent 8f730a5124
commit 94b625d4e6

View File

@ -28,7 +28,8 @@
"start": "yarn run dev",
"test:e2e": "cypress open",
"test:unit": "jest --watchAll",
"test:unit:ci": "jest --ci --runInBand --collectCoverage"
"test:unit:ci": "jest --ci --runInBand --collectCoverage",
"prepublishOnly": "yarn run build:package"
},
"files": [
"dist",