Skip to content

Commit

Permalink
rename documentation.mjs to generate-users-documentation.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 20, 2023
1 parent f352048 commit 7884540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '.github/actions/build-setup/**/*'
- '.github/workflows/generate-documentation.yml'
- 'docs/users/**'
- 'scripts/documentation.mjs'
- 'scripts/generate-users-documentation.mjs'
- 'src/**'
- '.nvmrc'
- 'package.json'
Expand All @@ -25,7 +25,7 @@ on:
- '.github/actions/custom-surge-preview/**/*'
- '.github/workflows/generate-documentation.yml'
- 'docs/users/**'
- 'scripts/documentation.mjs'
- 'scripts/generate-users-documentation.mjs'
- 'src/**'
- '.nvmrc'
- 'package.json'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"demo:prepare": "node scripts/prepare-demo-for-publish.mjs",
"demo-preview": "vite preview",
"docs": "run-s docs:*",
"docs:user": "node scripts/documentation.mjs",
"docs:user": "node scripts/generate-users-documentation.mjs",
"docs:api": "typedoc --tsconfig ./tsconfig.typedoc.json src/bpmn-visualization.ts",
"lint": "eslint \"**/*.{js,cjs,mjs,ts,cts,mts}\" --max-warnings 0 --quiet --fix",
"lint-check": "eslint \"**/*.{js,cjs,mjs,ts,cts,mts}\" --max-warnings 0",
Expand Down
File renamed without changes.

0 comments on commit 7884540

Please sign in to comment.