前后端基本架构和完全excel表的解析及统计图表的生成以及excel表的到出
This commit is contained in:
10
frontend/.rules/testBuild.sh
Normal file
10
frontend/.rules/testBuild.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
OUTPUT=$(npx vite build --minify false --logLevel error --outDir /workspace/.dist 2>&1)
|
||||
EXIT_CODE=$?
|
||||
|
||||
if [ $EXIT_CODE -ne 0 ]; then
|
||||
echo "$OUTPUT"
|
||||
fi
|
||||
|
||||
exit $EXIT_CODE
|
||||
Reference in New Issue
Block a user