Skip to content

Commit

Permalink
chore: actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray-D-Song committed Oct 12, 2024
1 parent 3565454 commit 8f8fb9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build-and-publish:
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ray-d-song/faker-server",
"version": "0.1.0-beta.1",
"description": "Faker.js mock server",
"description": "Faker.js mock server with a web interface",
"bin": {
"faker-server": "dist/index.cjs"
},
Expand All @@ -26,6 +26,10 @@
"author": "ray-d-song",
"license": "MIT",
"homepage": "https://github.com/ray-d-song/faker-server#readme",
"repository": {
"type": "git",
"url": "https://github.com/ray-d-song/faker-server.git"
},
"devDependencies": {
"oxlint": "^0.9.10",
"prettier": "3.3.3"
Expand Down

0 comments on commit 8f8fb9f

Please sign in to comment.