Massive cleanup and plugbox cleanup
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@
|
||||
"plugbox-bundle": "./dist/bundler/plugbox-bundle.js"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "parcel watch",
|
||||
"watch": "rm -rf .parcel-cache && parcel watch",
|
||||
"build": "parcel build",
|
||||
"clean": "rm -rf dist",
|
||||
"plugs": "node dist/bundler/plugbox-bundle.js plugs/core/core.plug.json plugs/dist/core.plug.json",
|
||||
@@ -40,7 +40,7 @@
|
||||
"test": {
|
||||
"source": [
|
||||
"plugbox/runtime.test.ts",
|
||||
"plugbox/endpoint.test.ts",
|
||||
"plugbox/feature/endpoint.test.ts",
|
||||
"server/api.test.ts"
|
||||
],
|
||||
"outputFormat": "commonjs",
|
||||
|
||||
Reference in New Issue
Block a user