1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Reworking post-svelte build process for the extension

This commit is contained in:
2024-05-08 01:47:35 +04:00
parent 2ffef5951d
commit 571b8dd575
7 changed files with 351 additions and 146 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"build": "npm run build:popup && npm run build:extension",
"build:popup": "vite build",
"build:extension": "vite build --config vite.config.extension.js",
"build:extension": "node build-extension.js",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
},