Skip to content

Commit

Permalink
Fixing prod build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 12, 2024
1 parent 21cceef commit 0754b3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "braidapi",
"version": "1.0.0",
"description": "APIs for Braid's @BraBoxerid app",
"name": "braidwebapi",
"version": "0.0.1",
"description": "APIs for Braid's @Boxer app",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"build": "echo \"No build step required yet...\"",
"watch": "echo \"No build step required yet...\"",
"clean": "rimraf dist",
"prestart": "npm run clean && npm run build",
"start": "func start",
Expand Down

0 comments on commit 0754b3e

Please sign in to comment.