Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 43d57c3

Browse files
committed
ci: package.json scripts to make migration
1 parent a7e0a32 commit 43d57c3

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
check: FRC
2+
biome check --write
3+
4+
build: check
5+
pnpm run build
6+
7+
preview: build
8+
pnpm run preview
9+
10+
dev: check
11+
pnpm run dev
12+
13+
FRC:

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@
1212
"start": "astro dev",
1313
"build": "astro build",
1414
"preview": "astro preview",
15-
"astro": "astro",
16-
"check": "npm run check:astro && npm run check:eslint && npm run check:prettier",
17-
"check:astro": "astro check",
18-
"check:eslint": "eslint .",
19-
"check:prettier": "prettier --check .",
20-
"fix": "npm run fix:eslint && npm run fix:prettier",
21-
"fix:eslint": "eslint --fix .",
22-
"fix:prettier": "prettier -w ."
15+
"astro": "astro"
2316
},
2417
"dependencies": {
2518
"@astrojs/rss": "^4.0.8",

0 commit comments

Comments
 (0)