Skip to content

Commit

Permalink
make configPath dry
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jul 12, 2024
1 parent 4eeb18e commit df08d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/scripts/vendor/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { execSync } = require('node:child_process')
const path = require('node:path')

const { createTSFromJSLib } = require('./helpers')
const configPath = 'scripts/vendor/webpack.config.vendor.js'
const configPath = path.join(__dirname, 'webpack.config.vendor.js')

execSync(`yarn webpack --config ${configPath}`, { stdio: 'inherit' })

Expand Down

0 comments on commit df08d92

Please sign in to comment.