Skip to content

Commit

Permalink
Merge pull request #159 from RDFLib/jamie/next/prez-ui-mvp
Browse files Browse the repository at this point in the history
Prez UI v4-alpha MVP
  • Loading branch information
jamiefeiss authored Apr 8, 2024
2 parents 24dbc0c + b87446f commit d437626
Show file tree
Hide file tree
Showing 55 changed files with 4,535 additions and 1,153 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_to_next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: CI=false pnpm build-storybook
- name: Build prez-ui
working-directory: ./prez-ui
env:
NUXT_PUBLIC_API_URL: ${{ secrets.NEXT_API_URL }}
run: CI=false pnpm generate
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prez-ui",
"version": "4.0.0",
"version": "4.0.0-alpha",
"description": "The frontend for Prez, a Linked Data API",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit d437626

Please sign in to comment.