forked from sombochea/verdaccio-ui
d1b3e6e3b5
* build: add e2e testing scripts * build: add e2e testing scripts * chore: fix script * chore: fix script * chore: ignore e2e normal test * chore: fix node_latest_browser * chore: move lint to prepare * chore: fix lint * chore: add local theme * fix: e2e tests
7 lines
151 B
JavaScript
7 lines
151 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = () => {
|
|
console.log('loading local theme');
|
|
return path.join(__dirname, '../../../', 'static');
|
|
};
|