Skip to content

Commit

Permalink
chore(config): use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleBluDot committed Jun 10, 2024
1 parent d7e1236 commit a116583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "npx jest --watchAll",
"test:ci": "npx jest",
"qa": "npm-run-all clean --parallel lint test",
"build": "npm run clean && cross-env ELEVENTY_ENV=prod eleventy && ./node_modules/.bin/email-builder create"
"build": "npm run clean && cross-env ELEVENTY_ENV=prod eleventy && ./bin/cli.mjs create"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit a116583

Please sign in to comment.