mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore(cfw-emulator): add bin field back ascfpages fixed their chmod issue
This commit is contained in:
parent
85ceb25c17
commit
5dce2fc949
2 changed files with 3 additions and 1 deletions
|
@ -160,7 +160,6 @@ const rebuild = () =>
|
|||
} else {
|
||||
if (stats.hasErrors()) {
|
||||
console.error('Compilation errored:', stats.compilation.errors);
|
||||
return;
|
||||
}
|
||||
|
||||
console.log('Compilation done.');
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue