Skip to content

Commit

Permalink
removed unused npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Jun 13, 2024
1 parent 0b1e5d2 commit 880269d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"test": "npx vitest run",
"build": "npm run build:frontend && node build.js",
"start": "node dist/index.js",
"build:frontend": "npm run build --workspace=npubcash-website",
"db:up": "npx node-pg-migrate up"
"build:frontend": "npm run build --workspace=npubcash-website"
},
"main": "index.js",
"keywords": [],
Expand Down

0 comments on commit 880269d

Please sign in to comment.