Skip to content

Commit

Permalink
adding test command
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Mar 26, 2024
1 parent 108d0a9 commit 2d36e14
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 145 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
pull_request:
branches:
- main

push:
branches:
- main
jobs:
lint-and-build:
runs-on: ubuntu-latest
Expand All @@ -16,3 +18,4 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run test
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish

on:
push:
branches:
- main
tags:
- 'v*'

jobs:
publish:
Expand All @@ -15,6 +15,9 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org/'
- run: npm i
- run: npm run lint
- run: npm run build
- run: npm run test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# terminal
# Terminal

> See more at the [extended docs](https://docs.digital-alchemy.app/05-Terminal/%F0%9F%A7%AD-Terminal-Overview)
- [Extended docs](https://docs.digital-alchemy.app/Terminal)
- [Discord](https://discord.com/invite/mtWHk36upW)
Loading

0 comments on commit 2d36e14

Please sign in to comment.