Skip to content

Commit

Permalink
chore(deps): add @dhis2/cli-style
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Jan 21, 2025
1 parent 42e858f commit c2c63ca
Show file tree
Hide file tree
Showing 4 changed files with 1,815 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: dhis2/workflows-platform/.github/workflows/release.yml@v1
# Skips forks and dependabot PRs
if: '!github.event.push.repository.fork'
secrets: inherit
secrets: inherit
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
.d2
src/locales
build
.DS_Store
.DS_Store
.vscode
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy"
"deploy": "d2-app-scripts deploy",
"lint": "d2-style check",
"format": "d2-style apply"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^11.7.0"
"@dhis2/cli-app-scripts": "^11.7.0",
"@dhis2/cli-style": "^10.7.5"
},
"dependencies": {
"@dhis2/app-runtime": "^3.10.6",
Expand Down
Loading

0 comments on commit c2c63ca

Please sign in to comment.