Skip to content

Commit

Permalink
feat(gsw)!: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-gr committed Dec 19, 2024
1 parent 0c740dd commit e2f0f73
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/gsw_node/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist/
node_modules/
test/
.npmrc
.prettierignore
.eslintignore
Expand Down
1 change: 1 addition & 0 deletions packages/gsw_node/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist/
node_modules/
test/
.npmrc
.prettierignore
.eslintignore
Expand Down
2 changes: 0 additions & 2 deletions packages/gsw_node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@
},
"include": [
"src",
"test",
"jest.config.js"
]
}
2 changes: 1 addition & 1 deletion packages/gsw_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/Greenroom-Robotics/GSW-node/issues"
},
"scripts": {
"test:jest": "jest",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
Expand Down

0 comments on commit e2f0f73

Please sign in to comment.