use webpack inside prepare script
This commit is contained in:
parent
2c0b33b9a8
commit
362e75d167
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ -z "${SKIP_PREPARE}" ]; then
|
||||
npx gulp --production
|
||||
webpack --config webpack.prod.js
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue