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 673fa2b commit 97a1c74Copy full SHA for 97a1c74
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hygraph/preview-sdk",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Content preview SDK for seamless real-time content editing in Hygraph CMS",
5
"publishConfig": {
6
"access": "public"
@@ -40,7 +40,8 @@
40
"lint:fix": "eslint src --ext .ts,.tsx --fix",
41
"test": "vitest --run --passWithNoTests",
42
"test:ui": "vitest --ui",
43
- "clean": "rm -rf dist"
+ "clean": "rm -rf dist",
44
+ "prepublishOnly": "npm run build"
45
},
46
"keywords": [
47
"hygraph",
0 commit comments