We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb81fa commit 1124fc1Copy full SHA for 1124fc1
src/frontend/package.json
@@ -14,10 +14,7 @@
14
"test:unit:watch": "vitest",
15
"test:e2e": "npx playwright test",
16
"lint": "eslint",
17
- "lint:fix": "eslint --fix",
18
- "changelog": "changelogen --from HEAD~10 --to HEAD --output CHANGELOG.md",
19
- "release:prepare": "changelogen --from $(git describe --tags --abbrev=0 2>/dev/null || git rev-list --max-parents=0 HEAD) --bump --no-commit --no-tag",
20
- "release:create": "changelogen --release --push"
+ "lint:fix": "eslint --fix"
21
},
22
"dependencies": {
23
"@nuxt/icon": "^1.15.0",
0 commit comments