Skip to content

Commit

Permalink
ci: update workflow config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 28, 2024
1 parent 3ffc3e9 commit 5fbb9b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 20

- run: npm install
- run: node scripts/build.mjs
- run: npm run doc

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"private": true,
"scripts": {
"start": "cp -rp regulex dist && idoc -w",
"doc": "cpy regulex dist/ && idoc",
"1start": "node scripts/build.mjs"
"doc": "cpy regulex dist/ && idoc"
},
"homepage": "https://jaywcjlove.github.io/regexp-example/",
"repository": {
Expand Down

0 comments on commit 5fbb9b9

Please sign in to comment.