12 lines
302 B
JSON
12 lines
302 B
JSON
{
|
|
"publish" : [{
|
|
"shell" : "echo \"window.active = 'http://127.0.0.1:8066'\" >> ./dist/config.js"
|
|
},{
|
|
"shell" : "echo \"window.server = '/api/v1'\" >> ./dist/config.js"
|
|
},{
|
|
"shell" : "npm run build"
|
|
},{
|
|
"shell" : "scp -C -v -r www root@n4.fullstack.club:/app/fullstack/"
|
|
}]
|
|
}
|