Skip to content

Commit c8a4c31

Browse files
committed
add command to run hosting for docs
1 parent 7a78e10 commit c8a4c31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"start": "npx webpack --config webpack.config.js",
2828
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
2929
"dev": "npx webpack --config webpack.config.js --watch",
30-
"docs": "node ./node_modules/@cocreate/docs/src/index.js"
30+
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
31+
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
3132
},
3233
"repository": {
3334
"type": "git",

0 commit comments

Comments
 (0)