mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-24 22:13:47 +01:00
Start again
This commit is contained in:
15
vendors/echarts/build/build.sh
vendored
Normal file
15
vendors/echarts/build/build.sh
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
basePath=$(cd `dirname $0`; pwd)
|
||||
cd ${basePath}/../
|
||||
rm -r dist
|
||||
|
||||
npm run prepublish
|
||||
|
||||
./node_modules/.bin/webpack
|
||||
./node_modules/.bin/webpack -p
|
||||
./node_modules/.bin/webpack --config extension/webpack.config.js
|
||||
./node_modules/.bin/webpack --config extension/webpack.config.js -p
|
||||
|
||||
|
||||
Reference in New Issue
Block a user