mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 10:48:11 +08:00
Remove all references to Vue
This commit is contained in:
+2
-1
@@ -23,7 +23,7 @@ npm --version
|
||||
cd frontend
|
||||
npm ci
|
||||
|
||||
# Install the cargo-about Rust dependency that's used during the Webpack build process (in `vue.config.js`)
|
||||
# Install the cargo-about Rust dependency that's used during the Webpack build process (in `webpack.config.js`)
|
||||
echo 📦 Install cargo-about
|
||||
cargo install cargo-about
|
||||
|
||||
@@ -31,3 +31,4 @@ cargo install cargo-about
|
||||
echo 👷 Build Graphite web client
|
||||
export NODE_ENV=production
|
||||
npm run build
|
||||
mv public dist
|
||||
|
||||
Reference in New Issue
Block a user