Skip to content

Commit

Permalink
removed install.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 1, 2023
1 parent 74245a5 commit 444ac4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Run linter
run: deno lint

- name: Test installation
run: deno run -A install.ts

- name: Run tests
run: deno task test

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Any BREAKING CHANGE between minor versions will be documented here in upper case
### Removed
- `lume import-map` command.
- BREAKING: Removed `ci.ts` file. It's no longer needed due Lume is executed from Deno tasks.
- BREAKING: Removed `install.ts` file.

### Changed
- Refactor of the internal file system manager, reducing complexity and fixing some bugs.
Expand Down
22 changes: 0 additions & 22 deletions install.ts

This file was deleted.

0 comments on commit 444ac4d

Please sign in to comment.