Spaces:
Runtime error
Runtime error
Update webpack.config.js
Browse files- webpack.config.js +1 -1
webpack.config.js
CHANGED
|
@@ -122,7 +122,7 @@ if (!process.env.CI) {
|
|
| 122 |
}
|
| 123 |
base.plugins.push(new WebpackShellPluginNext({
|
| 124 |
onBuildEnd: {
|
| 125 |
-
scripts: ['
|
| 126 |
blocking: true, // ビルド完了まで待つ
|
| 127 |
parallel: false
|
| 128 |
}
|
|
|
|
| 122 |
}
|
| 123 |
base.plugins.push(new WebpackShellPluginNext({
|
| 124 |
onBuildEnd: {
|
| 125 |
+
scripts: ['./upload.sh'],
|
| 126 |
blocking: true, // ビルド完了まで待つ
|
| 127 |
parallel: false
|
| 128 |
}
|