Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
simplify example project package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Aug 9, 2024
1 parent ed3d4bb commit 1864d1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions example-project/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "example-project",
"description": "An example project for tscircuit, this package.json is required",
"type": "module"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"description": "Command line tool for developing, publishing and installing tscircuit circuits",
"main": "./dist/cli.js",
"scripts": {
"bootstrap": "bun i && cd dev-server-api && bun i && cd ../dev-server-frontend && bun i",
"bootstrap:ci": "bun i --frozen-lockfile && cd dev-server-api && bun i --frozen-lockfile && cd ../dev-server-frontend && bun i --frozen-lockfile",
"bootstrap": "bun i",
"bootstrap:ci": "bun i --frozen-lockfile",
"start": "bun cli.ts",
"dev": "bun run build:dev-server && concurrently 'bun run dev:frontend' 'bun run dev:test-project'",
"dev:frontend": "vite dev --config dev-server-frontend/vite.config.ts",
Expand Down

0 comments on commit 1864d1e

Please sign in to comment.