mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-11 13:38:50 -04:00
ci: run with python 3
This commit is contained in:
parent
6557bf4a2b
commit
c1451fd071
5 changed files with 1761 additions and 1470 deletions
|
@ -55,7 +55,7 @@ module.exports = [{
|
|||
entry: './shim/gh-pages.js',
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
path: path.resolve(__dirname, 'github-pages') //'/__w/scratch-blocks/scratch-blocks/github-pages'
|
||||
path: path.resolve(__dirname, 'gh-pages')
|
||||
},
|
||||
optimization: {
|
||||
minimize: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue