1
0
Fork 0

improved build script, pointed to git.gay

This commit is contained in:
Ava Gaiety W 2024-03-04 04:32:47 +00:00
parent 00fb2aa80f
commit 55439d85b5

View file

@ -2,23 +2,22 @@
"name": "fursona", "name": "fursona",
"version": "1.0.0", "version": "1.0.0",
"description": "Homepage for Gaiety, the doggo", "description": "Homepage for Gaiety, the doggo",
"main": "index.js",
"scripts": { "scripts": {
"build": "mkdir -p dist && eleventy --input=./src --output=./dist", "build": "eleventy --input=./src --output=./dist",
"build:styles": "npx postcss ./src/styles.css -o ./dist/styles.css --env production", "postbuild": "npx postcss ./src/styles.css -o ./dist/styles.css --env production",
"watch:styles": "npx postcss ./src/styles.css -o ./dist/styles.css --watch", "start": "eleventy --serve --input=./src --output=./dist",
"start": "mkdir -p dist && eleventy --serve --input=./src --output=./dist" "start:styles": "npx postcss ./src/styles.css -o ./dist/styles.css --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+ssh://git@gitlab.com/gaiety/fursona.git" "url": "git@git.gay:gaiety/fursona.git"
}, },
"author": "Ava Wroten <ava@wroten.me> (https://www.gaiety.me/)", "author": "Ava Gaiety W. <ava@wroten.me> (https://www.gaiety.me/)",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://gitlab.com/gaiety/fursona/issues" "url": "https://git.gay/gaiety/fursona/issues"
}, },
"homepage": "https://gitlab.com/gaiety/fursona#readme", "homepage": "https://gaiety.dog/",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^0.12.1", "@11ty/eleventy": "^0.12.1",
"@tailwindcss/aspect-ratio": "^0.2.0", "@tailwindcss/aspect-ratio": "^0.2.0",