diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 73c75af..f3879a7 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "dev": "npm-run-all --parallel vite typesafe-i18n", "vite": "vite", "typesafe-i18n": "typesafe-i18n", - "build": "svelte-kit sync && svelte-package", - "prepublishOnly": "echo 'Did you mean to publish `./package/`, instead of `./`?' && exit 1", + "build": "vite build", "test": "playwright test", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
