diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2023-02-18 15:36:08 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2023-02-18 15:36:08 +0100 |
| commit | fd6c3380f628c4de4e313c53152366a4484feeca (patch) | |
| tree | e458bec875b6c60e88bd909152059a4d89c498e6 /package.json | |
| parent | 69d345b334c7a3fecdb0cd5f440fabd83a755309 (diff) | |
| download | auroraklinikken.no-fd6c3380f628c4de4e313c53152366a4484feeca.tar.xz auroraklinikken.no-fd6c3380f628c4de4e313c53152366a4484feeca.zip | |
feat: build app not package
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", |
