-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
2 changed files
with
3 additions
and
3 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,14 +1,14 @@ | ||
{:tasks | ||
{dev:squint (shell "npx squint watch") | ||
dev:vite (shell "npx vite --config=viteconfig.js public") | ||
dev:vite (shell "npx vite --config=vite.config.js public") | ||
-dev {:depends [dev:squint dev:vite]} | ||
dev (run '-dev {:parallel true}) | ||
|
||
test:watch:squint (shell "npx squint watch --paths src test --output-dir public/test") | ||
test:watch:vite (shell "npx vitest --config=viteconfig.js") | ||
test:watch:vite (shell "npx vitest --config=vite.config.js") | ||
-test:watch {:depends [test:watch:squint test:watch:vite]} | ||
test:watch (run '-test:watch {:parallel true}) | ||
|
||
build:squint (shell "npx squint compile") | ||
build:vite (shell "npx vite --config viteconfig.js build public") | ||
build:vite (shell "npx vite --config vite.config.js build public") | ||
build {:depends [build:squint build:vite]}}} |
File renamed without changes.