Skip to content

Commit

Permalink
chore: replace ftl-dev with just dev
Browse files Browse the repository at this point in the history
Also pinned the TS protoc tools so they don't randomly update.
  • Loading branch information
alecthomas committed Feb 2, 2024
1 parent 6157cbc commit 58001d3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 31 deletions.
21 changes: 7 additions & 14 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
# Install all JARs to local Maven repository
install-jars: install-root-jar install-generator-jar install-runtime-jar
# Start a hot-reloading dev cluster
dev: install-jars
goreman -logtime=false start

# Install root JAR to local Maven repository
install-root-jar:
mvn -B install

# Install ftl-generator JAR to local Maven repository
install-generator-jar:
mvn -B -pl :ftl-generator install

# Install ftl-runtime JAR to local Maven repository
install-runtime-jar:
mvn -B -pl :ftl-runtime install
# Install all JARs to local Maven repository and local build directory
install-jars:
bit 'build/**/*.jar'

# Deploy the Go time module
deploy-time:
Expand All @@ -27,4 +20,4 @@ regen-schema:

# Run errtrace on Go files to add stacks
errtrace:
git ls-files -z -- '*.go' | grep -zv /_ | xargs -0 errtrace -w && go mod tidy
git ls-files -z -- '*.go' | grep -zv /_ | xargs -0 errtrace -w && go mod tidy
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
],
"source": "index.html",
"dependencies": {
"@bufbuild/protoc-gen-es": "^1.5.0",
"@bufbuild/protoc-gen-es": "1.7.0",
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.4",
"@connectrpc/protoc-gen-connect-es": "1.3.0",
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.1",
"@monaco-editor/react": "4.6.0",
Expand Down
13 changes: 0 additions & 13 deletions scripts/ftl-dev

This file was deleted.

0 comments on commit 58001d3

Please sign in to comment.