Files
Prompter/.replit
2025-03-11 17:20:20 +00:00

34 lines
634 B
Plaintext

modules = ["nodejs-20"]
[nix]
channel = "stable-24_05"
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Build VSCode Extension"
[[workflows.workflow]]
name = "Build VSCode Extension"
author = "agent"
[workflows.workflow.metadata]
agentRequireRestartOnSave = false
[[workflows.workflow.tasks]]
task = "packager.installForAll"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "npm run compile && npx @vscode/vsce package"
[deployment]
run = ["sh", "-c", "npm run compile && npx @vscode/vsce package"]