Code review previous commit, and improve G/R/S hints

This commit is contained in:
Keavon Chambers
2023-03-26 11:49:25 -07:00
parent ac49519fa9
commit eac301d6f0
18 changed files with 135 additions and 83 deletions

View File

@@ -30,5 +30,4 @@ cargo install cargo-about
# Build for production
echo 👷 Build Graphite web client
export NODE_ENV=production
npm run build
mv public dist
npm run build && mv public dist # `&&` is used here to preserve the exit code