Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Dec 15, 2024
1 parent 4b9a531 commit 9df8e39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: 'Create env file'
run: |
touch .env
echo STAGE=PRD >> .env
echo BACKEND_URL="https://tabsets-72089.web.app" >> .env
echo TABSETS_PWA_URL="https://pwa.tabsets.net" >> .env
echo SENTRY_PROJECT_NAME="tabsets" >> .env
echo SENTRY_DSN="${{ secrets.SENTRY_DNS }}" >> .env
echo HOST="chrome.extension" >> .env
- name: 'Install Deps'
run: yarn install
- name: 'Test'
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,14 @@
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"fake-indexeddb": "^6.0.0",
"mermaid": "^11.4.1",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"typescript": "~5.5.3",
"vite-plugin-checker": "^0.8.0",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.16",
"vitepress-plugin-mermaid": "^2.0.16",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29",
"workbox-build": "^7.0.0",
Expand Down

0 comments on commit 9df8e39

Please sign in to comment.