1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 11:40:27 +02:00

Update package.json

This commit is contained in:
Pomax
2020-06-07 16:35:37 -07:00
committed by GitHub
parent 639561f05e
commit 2233be4bca

View File

@@ -28,8 +28,8 @@
"dev:ja-JP": "cross-env LOCALE=ja-JP webpack",
"less": "lessc stylesheets/style.less > stylesheets/style.base.css && csso stylesheets/style.base.css > stylesheets/style.css",
"prebuild": "node tools/buildmark -- set",
"ci:build": "run-s bootstrap build:** default",
"build": "run-s bootstrap build:** default deploy",
"build:ci": "run-s bootstrap build:** default",
"postbuild": "node tools/buildmark -- resolve",
"build:en-GB": "cross-env LOCALE=en-GB webpack && minify en-GB/article.js -d en-GB",
"build:zh-CN": "cross-env LOCALE=zh-CN webpack && minify zh-CN/article.js -d zh-CN",