Skip to content

Commit

Permalink
Merge pull request #6 from SevenOutman/alpha
Browse files Browse the repository at this point in the history
Graduate 1.1 Alpha
  • Loading branch information
SevenOutman authored Feb 28, 2023
2 parents ff84aef + e915084 commit 11a1b81
Show file tree
Hide file tree
Showing 13 changed files with 573 additions and 2,502 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main]
branches: [main, alpha]
pull_request:
branches: [main]

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
${{ runner.os }}-
- run: npm i -g pnpm
- run: pnpm i
- run: pnpm dlx semantic-release --branches main
- run: pnpm dlx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
dist
*.log
fixture/src/mocks
fixture/public/mockServiceWorker.js
fixture/public/mockServiceWorker.js
fixture/package-lock.json
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
fixtures
dist
templates
pnpm-lock.yaml
Loading

0 comments on commit 11a1b81

Please sign in to comment.