1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00
This commit is contained in:
pat-s 2024-12-13 01:02:06 +01:00
parent 7f4ce2af5e
commit b3b3b85615
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
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": {