mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49: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 {
|
} else {
|
||||||
if (stats.hasErrors()) {
|
if (stats.hasErrors()) {
|
||||||
console.error('Compilation errored:', stats.compilation.errors);
|
console.error('Compilation errored:', stats.compilation.errors);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('Compilation done.');
|
console.log('Compilation done.');
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "@roleypoly/worker-emulator",
|
"name": "@roleypoly/worker-emulator",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"bin": {
|
||||||
|
"cfw-emulator": "./main.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node main.js --build",
|
"build": "node main.js --build",
|
||||||
"start": "node main.js"
|
"start": "node main.js"
|
||||||
|
|
Loading…
Add table
Reference in a new issue