mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
scripts: use psychojs prefix for now
This commit is contained in:
parent
dc068df9a0
commit
ba90bb0ef5
@ -9,5 +9,5 @@ buildSync({
|
|||||||
bundle: true,
|
bundle: true,
|
||||||
entryPoints: ['src/index.css'],
|
entryPoints: ['src/index.css'],
|
||||||
minify: true,
|
minify: true,
|
||||||
outfile: `./${dir}/psycho-${version}.css`
|
outfile: `./${dir}/psychojs-${version}.css`
|
||||||
});
|
});
|
||||||
|
@ -10,5 +10,5 @@ buildSync({
|
|||||||
entryPoints: ['src/index.js'],
|
entryPoints: ['src/index.js'],
|
||||||
format: 'esm',
|
format: 'esm',
|
||||||
minify: true,
|
minify: true,
|
||||||
outfile: `./${dir}/psycho-${version}.js`
|
outfile: `./${dir}/psychojs-${version}.js`
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user