Skip to content

Commit 7ef243e

Browse files
committed
f
1 parent 47d97bd commit 7ef243e

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,5 @@
4949
"test-exclude": "^6.0.0",
5050
"ts-node": "^10.1.0",
5151
"typescript": "^4.0.0"
52-
},
53-
"workspaces": [
54-
"core/*",
55-
"plugin/*",
56-
"standalone/*"
57-
]
58-
}
52+
}
53+
}

plugin/schedule/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"tsc": "npm run clean && tsc -p ./tsconfig.json",
3333
"tsc:pub": "npm run clean && tsc -p ./tsconfig.pub.json",
3434
"prepublishOnly": "npm run tsc:pub",
35-
"autod": "autod",
36-
"prepare-test": "node ./test/fixtures/prepare.js"
35+
"autod": "autod"
3736
},
3837
"homepage": "https://github.com/eggjs/tegg",
3938
"bugs": {

0 commit comments

Comments
 (0)