This commit is contained in:
lesion
2022-07-29 11:30:35 +02:00
parent 621484e6fb
commit f9ca4b7675

View File

@@ -7,9 +7,9 @@
"build": "nuxt build --modern",
"start:inspect": "NODE_ENV=production node --inspect node_modules/.bin/nuxt start --modern",
"dev": "nuxt dev",
"test-sqlite": "NODE_ENV=test; DB='sqlite'; jest",
"test-mariadb": "NODE_ENV=test; DB='mariadb'; jest",
"test-postgresql": "NODE_ENV=test; DB='postgresql'; jest",
"test-sqlite": "export NODE_ENV=test; export DB=sqlite; jest",
"test-mariadb": "export NODE_ENV=test; export DB=mariadb; jest",
"test-postgresql": "export NODE_ENV=test; export DB=postgresql; jest",
"start": "nuxt start --modern",
"doc": "cd docs && bundle exec jekyll b",
"doc:dev": "cd docs && bundle exec jekyll s --drafts",
@@ -62,6 +62,7 @@
"minify-css-string": "^1.0.0",
"mkdirp": "^1.0.4",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"nuxt-edge": "2.16.0-27616340.013f051b",
"pg": "^8.6.0",
"sequelize": "^6.21.3",