Skip to content

Commit

Permalink
Fix issue statelyai#2730
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldborman committed Oct 12, 2021
1 parent 5b7859a commit 8929be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"docs:dev": "yarn vuepress dev .",
"docs:readme": "cpy ../README.md .",
"docs:build": "npm run docs:readme && npm run vuepress build .",
"docs:build": "npm run docs:readme && vuepress build .",
"docs:pdf": "npm run docs:build && vuepress export .",
"docs:publish": "npm run docs:build && gh-pages --dist .vuepress/dist --dest ./docs"
},
Expand Down

0 comments on commit 8929be4

Please sign in to comment.