Skip to content

Commit 7f81b7e

Browse files
committed
Adds prepare script to install fork correctly
1 parent 286e3ea commit 7f81b7e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/sveltekit-js/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"dev": "svelte-kit dev",
66
"build": "svelte-kit build",
77
"package": "svelte-kit package",
8-
"prepare": "npm run build",
98
"preview": "svelte-kit preview",
109
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
1110
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"build": "rollup -c",
1010
"prepublishOnly": "npm run build",
11+
"prepare": "npm run build",
1112
"test": "echo \"Error: no test specified\" && exit 1",
1213
"storybook": "start-storybook -p 6006",
1314
"build-storybook": "build-storybook"

0 commit comments

Comments
 (0)