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 261a1ad commit 4ab3a5cCopy full SHA for 4ab3a5c
‎package.json
@@ -59,7 +59,8 @@
59
"fmt": "prettier --write .",
60
"fmt.check": "prettier --check .",
61
"lint": "eslint \"src/**/*.ts*\"",
62
- "release": "bumpp --commit --tag --push && npm run build && npm publish",
+ "release": "bumpp --commit --tag --push && npm publish",
63
+ "prepublishOnly": "PKG=headless npm run build && PKG=raw npm run build",
64
"postpublish": "rm -rf headless index.d.ts index.qwik.cjs index.qwik.mjs toaster-styled.d.ts",
65
"start": "vite --open --mode ssr",
66
"test": "echo \"No test specified\" && exit 0",
@@ -82,4 +83,4 @@
82
83
"vite-plugin-dts": "3.8.1",
84
"vite-tsconfig-paths": "4.3.2"
85
}
-}
86
+}
0 commit comments