Skip to content

Commit 94b625d

Browse files
committed
fix: viewer project should build output before publish
1 parent 8f730a5 commit 94b625d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

platform/viewer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"start": "yarn run dev",
2929
"test:e2e": "cypress open",
3030
"test:unit": "jest --watchAll",
31-
"test:unit:ci": "jest --ci --runInBand --collectCoverage"
31+
"test:unit:ci": "jest --ci --runInBand --collectCoverage",
32+
"prepublishOnly": "yarn run build:package"
3233
},
3334
"files": [
3435
"dist",

0 commit comments

Comments
 (0)