fix(ci): address PR blockers and move CI/nightly off sqlite
This commit is contained in:
12
theme/static_src/package.json
Normal file
12
theme/static_src/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "nohype-theme",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "tailwindcss -i ./src/input.css -o ../static/css/styles.css --minify",
|
||||
"dev": "tailwindcss -i ./src/input.css -o ../static/css/styles.css --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.17"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user