Skip to content

Commit

Permalink
docs: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Topener committed Nov 8, 2023
1 parent 89ee3af commit 06ec871
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 06ec871

Please sign in to comment.