Skip to content

Commit

Permalink
Improve dev-setup by generating a meta.json on setup (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbeers authored Nov 21, 2024
1 parent d623d9c commit 0551edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.0
v20.18.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Cross Platform Desktop Application for establishing TCP connections through Pomerium",
"scripts": {
"download": "npx ts-node .erb/scripts/DownloadBinaries.ts",
"dev-setup": "git clone https://github.com/pomerium/cli && ln -s $(pwd)/cli/bin/pomerium-cli assets/bin/ && cd cli && make build",
"dev-setup": "git clone https://github.com/pomerium/cli && ln -s $(pwd)/cli/bin/pomerium-cli assets/bin/ && cd cli && make build && yarn metadata",
"build-cli": "cd cli && git pull origin; make build",
"metadata": "npx ts-node .erb/scripts/WriteMetadata.ts",
"build": "concurrently \"yarn download\" \"yarn metadata\"&& concurrently \"yarn build:main\" \"yarn build:renderer\"",
Expand Down

0 comments on commit 0551edb

Please sign in to comment.