1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

package.json fix

This commit is contained in:
codecalm
2018-02-27 21:41:12 +01:00
parent 644b971aee
commit 623f0c804d
+1 -1
View File
@@ -22,7 +22,7 @@
"gh-pages": "./gh-pages.sh",
"dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist",
"publish": "dist && ./gh-pages.sh",
"publish": "./gh-pages.sh",
"watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch",
"serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve"
},