Skip to content

Commit

Permalink
changes for sre build (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <[email protected]>
  • Loading branch information
kialj876 authored Oct 16, 2023
1 parent f253561 commit b783624
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions btr-web/btr-main-app/.gcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.firebase
.gcloudignore
.git
.gitignore
.output
/node_modules/
3 changes: 2 additions & 1 deletion btr-web/btr-main-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"description": "Beneficial Ownership Registry UI - Main repo",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "nuxt build",
"build": "nuxt generate",
"build:local": "nuxt build",
"dev": "nuxt dev --port=3000",
"generate": "nuxt generate",
"lint": "eslint --cache .",
Expand Down

0 comments on commit b783624

Please sign in to comment.