提交 fb6ed1a7 编写于 作者: C chomik

npm run fix

上级 d546032d
......@@ -16,12 +16,13 @@
"homepage": "https://tabler.github.io",
"scripts": {
"gulp-watch": "gulp watch",
"gulp-build": "gulp build",
"jekyll-watch": "jekyll build --watch",
"jekyll-serve": "jekyll serve --livereload",
"dist": "gulp build && jekyll build --destination dist",
"watch": "npm-run-all --parallel gulp-watch jekyll-watch",
"serve": "npm-run-all --parallel gulp-watch jekyll-serve"
"watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch",
"serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve"
},
"repository": {
"type": "git",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册