Skip to content

Commit

Permalink
Setup metadata.json during dev-setup
Browse files Browse the repository at this point in the history
metadata.json is required, so after building the CLI dependency, set the
matching metadata.json.
  • Loading branch information
rjbeers committed Nov 21, 2024
1 parent 9db006b commit 22d7d9e
Showing 1 changed file with 1 addition and 1 deletion.
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 22d7d9e

Please sign in to comment.