We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d97bd commit 7ef243eCopy full SHA for 7ef243e
package.json
@@ -49,10 +49,5 @@
49
"test-exclude": "^6.0.0",
50
"ts-node": "^10.1.0",
51
"typescript": "^4.0.0"
52
- },
53
- "workspaces": [
54
- "core/*",
55
- "plugin/*",
56
- "standalone/*"
57
- ]
58
-}
+ }
+}
plugin/schedule/package.json
@@ -32,8 +32,7 @@
32
"tsc": "npm run clean && tsc -p ./tsconfig.json",
33
"tsc:pub": "npm run clean && tsc -p ./tsconfig.pub.json",
34
"prepublishOnly": "npm run tsc:pub",
35
- "autod": "autod",
36
- "prepare-test": "node ./test/fixtures/prepare.js"
+ "autod": "autod"
37
},
38
"homepage": "https://github.com/eggjs/tegg",
39
"bugs": {
0 commit comments