Skip to content

Commit

Permalink
ci: last try
Browse files Browse the repository at this point in the history
  • Loading branch information
mormubis committed Sep 12, 2024
1 parent e93feca commit 83948c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"repository": "mormubis/pgn",
"scripts": {
"build": "pnpm run build:grammar && pnpm run build:entry",
"build:ci": "mkdir dist && pnpm run build",
"build:ci": "([ ! -d dist ] && mkdir -p dist) && pnpm run build",
"build:grammar": "pnpm run grammar:compile && cp src/grammar.js dist/grammar.js",
"build:entry": "tsc",
"format": "pnpm run format:ci --write",
Expand All @@ -50,7 +50,7 @@
"lint:ci": "pnpm run lint:style --max-warnings 0 && pnpm run lint:types",
"lint:style": "eslint \"src/**/*.{ts,tsx}\" --fix",
"lint:types": "tsc",
"prepare": "pnpm run build:ci",
"prepare": "pnpm run build",
"test": "vitest run",
"test:coverage": "pnpm run test --coverage",
"test:watch": "pnpm run test --watch"
Expand Down

0 comments on commit 83948c1

Please sign in to comment.