Skip to content

Commit

Permalink
test release -1
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankll committed Jul 9, 2023
1 parent 70a6562 commit 59fc43e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: package release
on:
release:
branches: [master]
Expand All @@ -8,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@latest
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@latest
uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "jest-search",
"name": "@geekfun/jest-search",
"version": "0.0.1",
"main": "src/index.js",
"description": "Jest preset for running tests with local ElasticSearch power by Zinc",
"homepage": "https://github.com/geek-fun/jest-search#readme",
"author": "geek-fun",
"author": "geekfun <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc --build",
Expand Down Expand Up @@ -42,5 +42,8 @@
"prettier": "^2.8.8",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"directories": {
"test": "tests"
}
}

0 comments on commit 59fc43e

Please sign in to comment.