mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Add .map file as part of the deployed newIDE web-app
This commit is contained in:
@@ -35,7 +35,6 @@ isGitClean().then(clean => {
|
||||
shell.rm('-rf', 'dist');
|
||||
shell.mkdir('-p', 'dist');
|
||||
shell.cp('-r', '../app/build/*', 'dist');
|
||||
shell.rm('dist/static/js/*.map');
|
||||
|
||||
if (!args['skip-deploy']) {
|
||||
shell.echo('🚄 Uploading the built app to gh-pages...');
|
||||
|
Reference in New Issue
Block a user