Skip to content

Commit

Permalink
fix: we don't need git-cliff locally
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Oct 9, 2024
1 parent 861d010 commit 23f3cf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 240 deletions.
236 changes: 0 additions & 236 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"build": "npm run server:build && rimraf dist && npm run build:init && parcel build index.html --public-url ./",
"build:init": "./bin/update-version.sh && mkdir -p dist && cp -r public/* dist/ && npm run db:build",
"build:standalone-app": "npm run build && npm run server:build && cp server-app.js dist/ && cp openapi.yaml dist/",
"changelog:generate": "git-cliff -o CHANGELOG-cliff.md --exclude-path 'data/'",
"changelog:generate:bump": "npm run changelog:generate -- --bump",
"decrypt": "./bin/decrypt",
"encrypt": "./bin/encrypt",
"db:build": "./bin/build-db && npm run db:check",
Expand Down Expand Up @@ -55,8 +53,8 @@
"dependencies": {
"@sentry/browser": "^8.28.0",
"@sentry/node": "^8.29.0",
"@sentry/tracing": "^7.119.0",
"@sentry/profiling-node": "^8.29.0",
"@sentry/tracing": "^7.119.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
Expand All @@ -77,7 +75,6 @@
"elm-json": "^0.2.13",
"elm-review": "^2.12.0",
"elm-test": "0.19.1-revision12",
"git-cliff": "^2.6.0",
"highcharts": "^11.4.8",
"jest": "^29.7.0",
"nodemon": "^3.1.4",
Expand Down

0 comments on commit 23f3cf9

Please sign in to comment.