Skip to content

Commit 951cc00

Browse files
committed
refactor: improve shortcode handling and parsing logic
Signed-off-by: Daniel Ntege <danientege785@gmail.com>
1 parent 6d515da commit 951cc00

3 files changed

Lines changed: 1 addition & 25 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"build": "next build",
99
"start": "next start",
1010
"lint": "eslint .",
11-
"test:e2e": "playwright test",
12-
"prepare": "husky"
11+
"test:e2e": "playwright test"
1312
},
1413
"devDependencies": {
1514
"@playwright/test": "^1.55.0",
@@ -26,7 +25,6 @@
2625
"eslint": "^9.39.2",
2726
"eslint-config-next": "^16.1.0",
2827
"eslint-config-prettier": "^10.1.8",
29-
"husky": "^9.1.7",
3028
"npm-run-all": "^4.1.5",
3129
"postcss": "^8.5.6",
3230
"prettier": "^3.8.0",

pnpm-lock.yaml

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)