Skip to content

Commit

Permalink
prod script
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Sep 28, 2024
1 parent 5d760f0 commit d26c63e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dev:gateway": "pnpm --filter gateway dev",
"build": "node scripts/generate-index.mjs --network testnet --output dist",
"build:testnet": "node scripts/generate-index.mjs --network testnet --output dist",
"prod": "http-server -p 3000 dist",
"web4:deploy": "NEAR_ENV=mainnet npx web4-deploy dist account.near --nearfs",
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
Expand All @@ -29,6 +30,7 @@
"bos-workspace": "^1.0.0-alpha.37",
"commander": "^12.1.0",
"concurrently": "^8.2.2",
"http-server": "^14.1.1",
"prettier": "3.3.2",
"wait-on": "^8.0.0"
}
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d26c63e

Please sign in to comment.