Skip to content

Commit

Permalink
ci: fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent 6737f14 commit edc7c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = [{
entry: './shim/gh-pages.js',
output: {
filename: '[name].js',
path: '/__w/scratch-blocks/scratch-blocks/github-pages' //path.resolve(__dirname, 'scratch-blocks/gh-pages')
path: '/__w/scratch-blocks/scratch-blocks/gh-pages' //path.resolve(__dirname, 'scratch-blocks/gh-pages')
},
optimization: {
minimize: false
Expand Down

0 comments on commit edc7c68

Please sign in to comment.