(Feat) V2
This commit is contained in:
+10
-1
@@ -3,7 +3,16 @@
|
||||
"allow": [
|
||||
"Bash(git check-ignore *)",
|
||||
"Bash(ls src-tauri/.gitignore)",
|
||||
"Bash(cat src-tauri/.gitignore)"
|
||||
"Bash(cat src-tauri/.gitignore)",
|
||||
"Bash(git push *)",
|
||||
"PowerShell(node -v)",
|
||||
"PowerShell(npm -v)",
|
||||
"PowerShell(rustc --version)",
|
||||
"PowerShell(cargo --version)",
|
||||
"PowerShell(npm run tauri:build)",
|
||||
"PowerShell(Get-ChildItem -Path \"src-tauri\\\\target\\\\release\\\\app.exe\",\"src-tauri\\\\target\\\\release\\\\bundle\\\\msi\",\"src-tauri\\\\target\\\\release\\\\bundle\\\\nsis\" -File | Select-Object Name, @{N='MB';E={[math]::Round\\($_.Length/1MB,1\\)}} | Format-Table -AutoSize)",
|
||||
"PowerShell(npm run typecheck)",
|
||||
"PowerShell(Get-ChildItem -Path \"src-tauri\\\\target\\\\release\\\\app.exe\",\"src-tauri\\\\target\\\\release\\\\bundle\\\\msi\",\"src-tauri\\\\target\\\\release\\\\bundle\\\\nsis\" -File | Select-Object Name, @{N='MB';E={[math]::Round\\($_.Length/1MB,1\\)}}, LastWriteTime | Format-Table -AutoSize)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user