mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 14:52:54 +01:00
testing new custom runtime
This commit is contained in:
@@ -58,14 +58,14 @@ rimraf.sync('./dist');
|
||||
rimraf.sync('./packages/noodl-editor/dist');
|
||||
|
||||
// Build Viewer
|
||||
console.log('---> build viewer');
|
||||
execSync('npm run build:editor:_viewer', {
|
||||
stdio: 'inherit',
|
||||
env: {
|
||||
...process.env,
|
||||
WORKSPACE_PATH
|
||||
}
|
||||
});
|
||||
// console.log('---> build viewer');
|
||||
// execSync('npm run build:editor:_viewer', {
|
||||
// stdio: 'inherit',
|
||||
// env: {
|
||||
// ...process.env,
|
||||
// WORKSPACE_PATH
|
||||
// }
|
||||
// });
|
||||
|
||||
try {
|
||||
// Build Editor
|
||||
@@ -76,7 +76,7 @@ try {
|
||||
...process.env,
|
||||
WORKSPACE_PATH,
|
||||
DISABLE_SIGNING,
|
||||
CSC_NAME,
|
||||
CSC_NAME
|
||||
}
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user