Skip to content

Commit

Permalink
Merge pull request #907 from zirreal/robonomics-wiki-test
Browse files Browse the repository at this point in the history
build command fix
  • Loading branch information
zirreal authored Oct 23, 2024
2 parents d2bd1ff + 8406f3b commit 01bdf42
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 @@ -12,7 +12,7 @@
"clean": "rimraf dist",
"debug": "cross-env DEBUG=Eleventy* npx @11ty/eleventy",
"dev:11ty": "cross-env ELEVENTY_ENV=development eleventy --serve --watch --incremental",
"build:11ty": "cross-env ELEVENTY_ENV=production eleventy --serve --watch --incremental",
"build:11ty": "cross-env ELEVENTY_ENV=production eleventy",
"translate-md": "node translations/prompt-md.js",
"translate": "node translations/prompt.js",
"start": "run-p dev:*",
Expand Down

0 comments on commit 01bdf42

Please sign in to comment.