Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Sep 21, 2024
1 parent f984256 commit d3390e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:

# Test running
- run: |
npm start -- help
npm start -- createcd --input packages/chdman/test/fixtures/cue/multiple.cue --output multiple.chd --hunksize 14688
npm start -- info --input multiple.chd
lerna run start --scope=chdman -- help
lerna run start --scope=chdman -- createcd --input test/fixtures/cue/multiple.cue --output multiple.chd --hunksize 14688
lerna run start --scope=chdman -- info --input multiple.chd
# !!! This check should be required by GitHub !!!
test-status-check:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"scripts": {
"lock:regen": "rm -rf package-lock.json packages/*/package-lock.json node_modules/ packages/*/node_modules/ && npm install --force",
"clean": "lerna clean --yes && rm -rf packages/*/dist packages/*/*.tgz",
"start": "lerna run start --scope=chdman --",
"build": "lerna run build",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
Expand Down

0 comments on commit d3390e8

Please sign in to comment.