We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f730a5 commit 94b625dCopy full SHA for 94b625d
1 file changed
platform/viewer/package.json
@@ -28,7 +28,8 @@
28
"start": "yarn run dev",
29
"test:e2e": "cypress open",
30
"test:unit": "jest --watchAll",
31
- "test:unit:ci": "jest --ci --runInBand --collectCoverage"
+ "test:unit:ci": "jest --ci --runInBand --collectCoverage",
32
+ "prepublishOnly": "yarn run build:package"
33
},
34
"files": [
35
"dist",
0 commit comments