Skip to content

Commit ce896fc

Browse files
author
Pooya Parsa
committed
nuxt start script
1 parent b2fa3fe commit ce896fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
"watch": "npm run watch:core",
2929
"watch:core": "rollup -c build/rollup.config.js --watch",
3030
"watch:extra": "rollup -c build/rollup.extra.config.js --watch",
31-
"docs-dev": "nuxt dev build",
32-
"docs-gen": "nuxt generate build",
31+
"nuxt": "node --preserve-symlinks node_modules/nuxt/bin/nuxt",
32+
"docs-dev": "npm run nuxt dev build",
33+
"docs-gen": "npm run nuxt generate build",
3334
"docs-deploy": "cd scripts && ./gh-pages",
3435
"lint-fix": "xo --fix",
3536
"test:lint": "xo",
@@ -57,7 +58,7 @@
5758
"markdown-loader": "^2.0.0",
5859
"marked": "^0.3.6",
5960
"nuxt": "^1.0.0-alpha1",
60-
"vue":"2.3.3",
61+
"vue": "2.3.3",
6162
"rollup": "^0.41.6",
6263
"rollup-plugin-buble": "^0.15.0",
6364
"rollup-plugin-commonjs": "^8.0.2",

0 commit comments

Comments
 (0)