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 286e3ea commit 7f81b7eCopy full SHA for 7f81b7e
examples/sveltekit-js/package.json
@@ -5,7 +5,6 @@
5
"dev": "svelte-kit dev",
6
"build": "svelte-kit build",
7
"package": "svelte-kit package",
8
- "prepare": "npm run build",
9
"preview": "svelte-kit preview",
10
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
11
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
package.json
@@ -8,6 +8,7 @@
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
+ "prepare": "npm run build",
12
"test": "echo \"Error: no test specified\" && exit 1",
13
"storybook": "start-storybook -p 6006",
14
"build-storybook": "build-storybook"
0 commit comments