We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c8a79 commit 3f961c1Copy full SHA for 3f961c1
package.json
@@ -48,7 +48,7 @@
48
"test": "TS_NODE_PROJECT='tsconfig.test.json' mocha --require ts-node/register 'test/**/*.test.ts'",
49
"testee": "testee test/index.html --browsers firefox",
50
"start": "npm run compile && node example/app",
51
- "docs:serve": "vuepress dev docs",
+ "docs": "vuepress dev docs",
52
"docs:build": "vuepress build docs"
53
},
54
"prettier": {
0 commit comments