Skip to content

Commit

Permalink
Merge pull request #610 from dhis2/fix-docs-build-command
Browse files Browse the repository at this point in the history
docs: build command error
  • Loading branch information
kabaros authored Nov 8, 2023
2 parents 89ee3af + 06ec871 commit 4a944a6
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 @@ -17,7 +17,7 @@
"tape-await": "^0.1.2"
},
"scripts": {
"docs:build": "mkdir -p dist && cp docs/index.html dist/",
"build:docs": "mkdir -p dist && cp docs/index.html dist/",
"start": "d2-utils-docsite serve ./docs -o ./dist",
"test": "tape packages/**/tests/*.js"
},
Expand Down

0 comments on commit 4a944a6

Please sign in to comment.