Skip to content

Commit

Permalink
Minor improvement to wording
Browse files Browse the repository at this point in the history
  • Loading branch information
haukex committed Jul 27, 2024
1 parent e5ff77b commit 740aa94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
.PHONY: all
all: dist/index.html

dist/index.html: test src/index.html src/*/*.ts package*.json src/*/tsconfig.json .parcelrc
dist/index.html: lint src/index.html src/*/*.ts package*.json src/*/tsconfig.json .parcelrc
npx parcel build

.PHONY: test
test:
.PHONY: lint
lint:
cd src/js && npx tsc --noEmit
cd src/sw && npx tsc --noEmit
npx eslint src/*/*.ts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Development Environment
- GNU `make`
- Run `make installdeps` to install the dependencies via `npm`
- Or [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/haukex/de-en-dict)
- Run `make clean all` for a full rebuild with tests
- Run `make clean all` for a full rebuild with linting
- Run `npm start` to start up the local development server (with live refresh)

Thanks
Expand Down

0 comments on commit 740aa94

Please sign in to comment.