Skip to content

Commit

Permalink
feat: test before build
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Mar 22, 2024
1 parent 6b378c8 commit fc55b5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Run tests
run: pnpm run test

- name: Build Plugins
run: pnpm run build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"postcss": "^8.4.38",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tw5-typed": "^0.5.4",
"tw5-typed": "^0.5.5",
"typescript": "^5.4.3"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc55b5b

Please sign in to comment.