Add standalone export for Two Rivers at Moonrise
All checks were successful
Build Org Website / build (push) Successful in 44s
All checks were successful
Build Org Website / build (push) Successful in 44s
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "org-web-static-assets",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:two-rivers-css": "tailwindcss -i assets/styles/pages/two-rivers.input.css -o assets/styles/pages/two-rivers.css --minify",
|
||||
"test:two-rivers": "node --test tests/two-rivers/*.test.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "4.1.11",
|
||||
"tailwindcss": "4.1.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user