Refactored Svelte components
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Search over organization",
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
"dev": "pnpm run build && node esbuild.config.mjs",
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json package.json",
|
||||
"lint": "eslint . --ext .ts --fix --ignore-path .gitignore",
|
||||
|
||||
Reference in New Issue
Block a user