Skip to content

Commit

Permalink
feat: add version.json to add another way to identify deployed version (
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj authored Jun 11, 2024
1 parent 453cc01 commit 22b49f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
build_info="{'tag':'$(git describe --always --tags)', 'url':'https://github.com/google/neuroglancer/commit/$(git rev-parse HEAD)', 'timestamp':'$(date)'}"
npm run build -- --no-typecheck --no-lint --define NEUROGLANCER_BUILD_INFO="${build_info}"
echo $build_info > ./dist/client/version.json
shell: bash
- name: Build Python client bundles
run: npm run build-python -- --no-typecheck --no-lint
Expand Down

0 comments on commit 22b49f9

Please sign in to comment.