-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
200 additions
and
1,574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ignores: ["fs-iterator", "depcheck", "@types/*", "@biomejs/*"] | ||
ignores: ["fs-iterator", "@types/*", "@biomejs/*"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,13 @@ jobs: | |
node-version: ${{ matrix.node-version }} | ||
- run: git config --global user.name "Github Actions" | ||
- run: git config --global user.email "[email protected]" | ||
- run: npm uninstall ts-dev-stack node-version-use depcheck -g | ||
- run: npm install ts-dev-stack node-version-use depcheck -g | ||
- run: npm install rimraf -g | ||
- run: rimraf $HOME/.im | ||
- run: npm install ts-dev-stack node-version-use -g --force | ||
- run: npm install depcheck -g | ||
- run: depcheck | ||
- run: npm ci | ||
# - run: npm run version | ||
- run: npm run docs | ||
- run: npm run build | ||
- run: npm run test | ||
- run: npm run test:engines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.DS_Store | ||
.tmp/ | ||
.cache/ | ||
node_modules/ | ||
dist/ | ||
docs/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.