Skip to content

Commit

Permalink
remove dev script (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Nov 24, 2023
1 parent b129279 commit 552a261
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
38 changes: 0 additions & 38 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,6 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'executor'",
"cargo": {
"args": ["build", "--bin=executor", "--package=executor", "--manifest-path=executor/Cargo.toml"],
"filter": {
"name": "executor",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}/executor"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug unit tests in executable 'executor'",
"cargo": {
"args": ["test", "--no-run", "--bin=executor", "--package=executor"],
"filter": {
"name": "executor",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}/executor"
},
{
"name": "Server",
"type": "node",
"request": "launch",
"args": ["${workspaceRoot}/packages/chopsticks/src/cli.ts", "--config=${workspaceRoot}/configs/polkadot.yml"],
"runtimeArgs": ["--nolazy", "-r", "ts-node/register"],
"sourceMaps": true,
"cwd": "${workspaceRoot}",
"protocol": "inspector"
},
{
"type": "node",
"request": "launch",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"test": "vitest run",
"test:watch": "vitest",
"start": "NODE_OPTIONS='--loader ts-node/esm --loader ./loader.js --no-warnings' node packages/chopsticks/src/cli.ts",
"dev": "NODE_OPTIONS='--loader ts-node/esm --loader ./loader.js --no-warnings' LOG_LEVEL=trace node packages/chopsticks/src/cli.ts -- --config=configs/dev.yml",
"script:start": "yarn start",
"docs:prep": "yarn workspaces foreach --all -pvit run docs:prep && cp docs/* docs-src",
"docs:dev": "yarn docs:prep && vitepress dev",
Expand Down

0 comments on commit 552a261

Please sign in to comment.