This commit is contained in:
pat-s
2024-12-13 01:02:06 +01:00
parent 7f4ce2af5e
commit b3b3b85615
2 changed files with 2 additions and 2 deletions

View File

@@ -5,8 +5,8 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "pnpm run style && concurrently 'tsc -w' 'tsc -w -p tsconfig.jsx.json'",
"build": "pnpm run style && tsc && tsc -p tsconfig.jsx.json",
"start": "bun run style && concurrently 'tsc -w' 'tsc -w -p tsconfig.jsx.json'",
"build": "bun run style && tsc && tsc -p tsconfig.jsx.json",
"style": "mkdir -p dist/theme/ && cp src/theme/style.css dist/theme/style.css"
},
"devDependencies": {