Skip to content

Commit

Permalink
Hack in skip cli build step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Oct 12, 2023
1 parent 1581c97 commit a157d38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 47 deletions.
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "CC0",
"main": "src/index.ts",
"scripts": {
"build": "tsc -p .",
"build": "echo 'skipping...' #tsc -p .",
"cli": "ts-node src/index.ts",
"test": "vitest run --coverage"
},
"dependencies": {
"@atj/interviews": "workspace:*",
"@atj/dependency-graph": "workspace:*",
"@atj/docassemble": "workspace:*",
"commander": "^9.4.1"
"commander": "^11.0.0"
}
}
56 changes: 11 additions & 45 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 a157d38

Please sign in to comment.