Skip to content

Commit

Permalink
fix: missing files in lint and style scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosacchetto committed Jan 22, 2024
1 parent dbc7d70 commit 04df68a
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 @@ -6,8 +6,8 @@
"type": "module",
"scripts": {
"lint": "tsc --pretty --incremental --noEmit && biome lint scripts/ src/ test/ rollup.config.mjs test.runner.mjs",
"style-check": "biome check --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true scripts src/ test/ rollup.config.mjs && biome format scripts src/ test/ rollup.config.mjs",
"style-fix": "biome check --apply --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true scripts src/ test/ rollup.config.mjs && biome format --write scripts/ src/ test/ rollup.config.mjs test.runner.mjs",
"style-check": "biome check --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true scripts/ src/ test/ rollup.config.mjs test.runner.mjs && biome format scripts/ src/ test/ rollup.config.mjs test.runner.mjs",
"style-fix": "biome check --apply --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true scripts/ src/ test/ rollup.config.mjs test.runner.mjs && biome format --write scripts/ src/ test/ rollup.config.mjs test.runner.mjs",
"dev": "rollup -c -w --environment NODE_ENV:development",
"prebuild": "node scripts/rm.mjs",
"build": "npm run lint && rollup -c --environment NODE_ENV:production",
Expand Down

0 comments on commit 04df68a

Please sign in to comment.