1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

revert build

This commit is contained in:
codecalm
2022-10-21 00:08:52 +02:00
parent 3c41a6bbdf
commit 7d532506ba
2 changed files with 1 additions and 6 deletions

View File

@@ -358,11 +358,7 @@ gulp.task('build-jekyll', (cb) => {
var env = Object.create(process.env)
if (argv.preview) {
if (argv.dev) {
env.JEKYLL_ENV = 'preview-dev'
} else {
env.JEKYLL_ENV = 'preview'
}
env.JEKYLL_ENV = 'preview'
} else {
env.JEKYLL_ENV = 'production'
}