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

Commit

Permalink
remove frozen lockfile requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Mar 19, 2024
1 parent 8f5961e commit a3d8a90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
Binary file modified dev-server-frontend/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Command line tool for developing, publishing and installing tscircuit circuits",
"main": "./dist/cli.js",
"scripts": {
"bootstrap": "bun i --frozen-lockfile && cd dev-server-api && bun i --frozen-lockfile && cd ../dev-server-frontend && bun i --frozen-lockfile",
"bootstrap": "bun i && cd dev-server-api && bun i && cd ../dev-server-frontend && bun i",
"start": "bun cli.ts",
"start:dev-server:dev": "TSCI_DEV_SERVER_DB=$(pwd)/.tscircuit/dev-server.db concurrently 'cd dev-server-api && bun start' 'cd dev-server-frontend && bun start'",
"start:dev-server": "bun build:dev-server && bun cli.ts dev -y --cwd ./tests/assets/example-project",
Expand Down

0 comments on commit a3d8a90

Please sign in to comment.