Skip to content

Commit

Permalink
version 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrumwell committed Jan 16, 2023
1 parent eda5332 commit 25a2431
Show file tree
Hide file tree
Showing 3 changed files with 4,426 additions and 4,950 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ESLINT = node_modules/.bin/eslint
LAB = ./node_modules/lab/bin/lab
BABEL = ./node_modules/.bin/babel
KNEX_VERSIONS = 0.8 0.9 0.10 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.95 1.0 2.0
KNEX_VERSIONS = 0.8 0.9 0.10 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.95 1.0 2.0 latest

.PHONY: clean test lint lint-quiet watch build test-debug $(KNEX_VERSIONS)

Expand All @@ -17,6 +17,8 @@ test-suite: $(KNEX_VERSIONS)

$(KNEX_VERSIONS):
-npm i knex@$@
-npm install sqlite3 --dev
-npm install @vscode/sqlite3 --dev
make test

debug:
Expand Down
Loading

0 comments on commit 25a2431

Please sign in to comment.