mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) supertape v3.10.0
This commit is contained in:
parent
4d8f489b18
commit
b18b6af4dc
30 changed files with 86 additions and 84 deletions
|
|
@ -28,10 +28,10 @@ module.exports = {
|
|||
await run(TerminalRun, 'npm run build:client:dev');
|
||||
CloudCmd.refresh();
|
||||
},
|
||||
'P - Build Prod': ({CloudCmd}) => {
|
||||
'P - Build Prod': async ({CloudCmd}) => {
|
||||
const {TerminalRun} = CloudCmd;
|
||||
|
||||
run(TerminalRun, 'npm run build:client');
|
||||
await run(TerminalRun, 'npm run build:client');
|
||||
CloudCmd.refresh();
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue