Skip to content

Commit

Permalink
Update license report script, see open-pioneer/trails-openlayers-base…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jul 23, 2024
1 parent 20a5ce9 commit bbde716
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 169 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
- name: Build API documentation
run: pnpm build-docs

# TODO: errors are ignored right now
- name: Create license report
run: pnpm build-license-report || true;
run: pnpm build-license-report;

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch-types": "pnpm check-types -w",
"build": "vite build",
"build-docs": "typedoc",
"build-license-report": "node --loader ts-node/esm --no-warnings=ExperimentalWarning ./support/create-license-report.ts ",
"build-license-report": "tsx ./support/create-license-report.ts ",
"preview": "vite preview",
"lint": "eslint ./src ./support --ext .js,.ts,.jsx,.tsx,.mjs,.mts,.cjs,.cts --cache --cache-location ./node_modules/.cache/.eslintcache",
"eslint": "pnpm run lint",
Expand Down Expand Up @@ -128,7 +128,7 @@
"rimraf": "^5.0.5",
"sass": "^1.69.7",
"syncpack": "10.5.1",
"ts-node": "^10.9.2",
"tsx": "^4.16.2",
"typedoc": "^0.25.6",
"typescript": "~5.3.3",
"vite": "^5.2.11",
Expand Down
120 changes: 15 additions & 105 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bbde716

Please sign in to comment.