⚡ 📺 finlizes routing and improves bs
This commit is contained in:
+10
-4
@@ -4,9 +4,6 @@ This project uses [jaandrle/bs: The simplest possible build system using executa
|
||||
## Available executables
|
||||
If it makes sense, arguments are passed to internally used commands (e.g. `tsc`), e. g. `--help`.
|
||||
|
||||
### bs/lint
|
||||
This lints the project using `tsc`.
|
||||
|
||||
### bs/test
|
||||
This lints the project and runs tests using `wtr`.
|
||||
|
||||
@@ -19,8 +16,17 @@ This builds the project using `rollup`.
|
||||
### bs/analyze
|
||||
This analyze Custom Element manifest using the `@custom-elements-manifest/analyzer`.
|
||||
|
||||
### bs/dev/assets
|
||||
Copies assets using `cp` into proper destination in `.tmp`.
|
||||
|
||||
### bs/dev/tsc
|
||||
Builds typescript files using `tsc`.
|
||||
|
||||
### bs/dev/lint
|
||||
Lints the project using `tsc`.
|
||||
|
||||
### bs/npm/lint
|
||||
Linted projects’ npm dependencies.
|
||||
Lints projects’ npm dependencies.
|
||||
|
||||
### bs/npm/update
|
||||
Updates projects’ npm dependencies.
|
||||
|
||||
Reference in New Issue
Block a user