mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
scripts: clean up
This commit is contained in:
parent
3fe9c9cb2c
commit
3508a16322
@ -18,7 +18,7 @@ const [,,, dir = dirMaybe || 'out', version = versionMaybe || pkg.version] = pro
|
||||
legalComments: 'none',
|
||||
outfile: `./${dir}/psychojs-${version}.iife.js`
|
||||
}
|
||||
].forEach(function build(options) {
|
||||
].forEach(function(options) {
|
||||
buildSync({ ...this, ...options });
|
||||
}, {
|
||||
// Shared options
|
||||
|
Loading…
Reference in New Issue
Block a user