chore(cfw-emulator): add bin field back ascfpages fixed their chmod issue

This commit is contained in:
41666 2021-07-13 22:21:05 -04:00
parent 85ceb25c17
commit 5dce2fc949
2 changed files with 3 additions and 1 deletions

View file

@ -160,7 +160,6 @@ const rebuild = () =>
} else {
if (stats.hasErrors()) {
console.error('Compilation errored:', stats.compilation.errors);
return;
}
console.log('Compilation done.');

View file

@ -1,6 +1,9 @@
{
"name": "@roleypoly/worker-emulator",
"version": "0.1.0",
"bin": {
"cfw-emulator": "./main.js"
},
"scripts": {
"build": "node main.js --build",
"start": "node main.js"