use webpack inside prepare script

This commit is contained in:
dkanada 2020-11-21 22:11:27 +09:00 committed by GitHub
parent 2c0b33b9a8
commit 362e75d167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [ -z "${SKIP_PREPARE}" ]; then
npx gulp --production
webpack --config webpack.prod.js
fi