Skip to content

Commit

Permalink
fix: add oclif script, update readme flag
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Mar 21, 2024
1 parent 78a6238 commit cbf5bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-github-release.yml
Expand Up @@ -24,4 +24,4 @@ jobs:
# However, if this is a manual release (workflow_dispatch), then we want to disable skip-on-empty
# This helps recover from forgetting to add semantic commits ('fix:', 'feat:', etc.)
skip-on-empty: ${{ github.event_name == 'push' }}
readme-command: 'bin/run.js readme --multi'
readme-multi: 'true'
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -139,7 +139,8 @@
"test:integration:sf": "mocha test/integration/sf.test.ts --timeout 600000",
"test:integration:win": "mocha test/integration/win.test.ts --timeout 900000",
"test:integration": "mocha --forbid-only \"test/integration/*.test.ts\" --timeout 900000",
"test": "nyc mocha --forbid-only \"test/unit/*.test.ts\""
"test": "nyc mocha --forbid-only \"test/unit/*.test.ts\"",
"oclif": "bin/run.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit cbf5bcc

Please sign in to comment.