Skip to content

Commit fbfcc97

Browse files
committed
移除一些非必要的文件及改动
1 parent c4b7f8d commit fbfcc97

File tree

4 files changed

+1
-40
lines changed

4 files changed

+1
-40
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ umd
88
*.js
99
*.d.ts
1010
*.test.ts
11-
*.config.js

js-sdk.code-workspace

Lines changed: 0 additions & 28 deletions
This file was deleted.

nx.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"boot": "lerna bootstrap",
66
"build": "lerna run build --parallel --stream",
77
"dev": "npm run build && lerna run dev --parallel --stream",
8-
"clean": "lerna clean",
98
"test": "jest --coverage",
9+
"clean": "lerna clean",
1010
"lint": "eslint ."
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)