Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 13, 2024
1 parent 7c4e318 commit 170afdb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"editor.detectIndentation": false,
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.renderFinalNewline": false,
"editor.renderFinalNewline": "off",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.run": "onSave",
"eslint.validate": [
Expand Down
4 changes: 0 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"packages": [
"packages/*"
],
"ignore": [
"demo",
"@mw-components/demo"
],
"command": {
"publish": {
"ignoreChanges": [
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@
"coveralls": "3",
"debug": "^4.3.4",
"eslint": "^8.33.0",
"lerna-relinker": "^1.5.0",
"madge": "^6.0.0",
"mocha": "10",
"mocha-lcov-reporter": "1",
"rewire": "6",
"rimraf": "4",
"rollup-plugin-dts": "^5.1.1",
"rxjs": "^7.8.0",
"rxrunscript": "^11.0.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.2",
"tsconfig-paths": "4",
Expand Down

0 comments on commit 170afdb

Please sign in to comment.