Skip to content

Commit

Permalink
fix: improve build script to fix missing dist bug for template worker…
Browse files Browse the repository at this point in the history
… ext
  • Loading branch information
HuakunShen committed Sep 2, 2024
1 parent f2de5fe commit 98423a2
Show file tree
Hide file tree
Showing 15 changed files with 7,760 additions and 6,084 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,5 @@ dist
.DS_Store
.turbo
.vscode
stats.html
stats.html
.pnpm-store
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# docker build . -t huakunshen/kunkun-ext-builder:latest --platform linux/amd64
FROM node:20
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.25"
RUN corepack enable pnpm
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.25"
5 changes: 3 additions & 2 deletions extensions/download-twitter-video/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "download-twitter-video",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"kunkun": {
"name": "Download Twitter Video",
Expand Down Expand Up @@ -42,5 +42,6 @@
},
"peerDependencies": {
"typescript": "^5.0.0"
}
},
"packageManager": "pnpm@9.9.0"
}
Loading

0 comments on commit 98423a2

Please sign in to comment.