Skip to content

Commit 3f961c1

Browse files
committed
fix “docs:serve” script, rename to just “docs”
1 parent d5c8a79 commit 3f961c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"test": "TS_NODE_PROJECT='tsconfig.test.json' mocha --require ts-node/register 'test/**/*.test.ts'",
4949
"testee": "testee test/index.html --browsers firefox",
5050
"start": "npm run compile && node example/app",
51-
"docs:serve": "vuepress dev docs",
51+
"docs": "vuepress dev docs",
5252
"docs:build": "vuepress build docs"
5353
},
5454
"prettier": {

0 commit comments

Comments
 (0)