Skip to content

Commit

Permalink
add types for local, include test helper for local
Browse files Browse the repository at this point in the history
  • Loading branch information
joewagner committed Aug 3, 2023
1 parent fe8b74a commit 9473bef
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ packages/sdk/test/aliases/json-file-aliases.json

### local ###

# local has a prebuild step that creates this file,
# it should not be committed to version control
src/get-dirname.ts

# Validator artifacts
packages/local/validator/*.db
packages/local/validator/*.db*
Expand Down
97 changes: 97 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/cross-spawn": "^6.0.2",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.32.0",
Expand Down

0 comments on commit 9473bef

Please sign in to comment.