Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 26, 2023
1 parent 83bcecf commit a3e35db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"generate-css": "node --conditions development script/css.js",
"generate-crawl": "gem install github-linguist -i gems",
"generate-list": "node --conditions development script/list.js",
"generate": "npm run generate-build && npm run generate-css && npm run generate-list",
"#": " && npm run generate-css",
"generate": "npm run generate-build && npm run generate-list",
"prepack": "npm run build && npm run format",
"format": "remark . --frail --output --quiet && prettier . --log-level warn --write && xo --fix",
"test": "npm run generate && npm run build && npm run format && npm run test-coverage",
Expand Down

0 comments on commit a3e35db

Please sign in to comment.