Skip to content

Commit

Permalink
fix(backend): cp sql table file for build
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu committed Jan 13, 2025
1 parent 3219d95 commit 2f457b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckb-elevator-backend",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "index.js",
"tsup": {
Expand All @@ -12,7 +12,7 @@
},
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsup",
"build": "tsup && cp src/db/table.sql dist/table.sql",
"start": "node dist/index.cjs",
"lint": "biome check src --write",
"fmt": "biome format . --write"
Expand Down

0 comments on commit 2f457b9

Please sign in to comment.