Skip to content

Commit

Permalink
chore: build before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hornta committed Aug 7, 2024
1 parent 5d8467c commit 6f5c1fa
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "eslint && biome check && turbo test:types",
"test": "vitest",
"test": "turbo build && vitest",
"doc": "pnpm -F melonjs doc",
"publish-melonjs": "pnpm lint && pnpm biome check && pnpm publish --filter melonjs",
"publish-debug-plugin": "pnpm lint && pnpm biome check && pnpm publish --filter debug-plugin"
Expand All @@ -26,7 +26,7 @@
"globals": "^15.9.0",
"lefthook": "^1.7.11",
"tsconfig": "workspace:latest",
"turbo": "^2.0.11",
"turbo": "^2.0.12",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"vitest": "^2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/melonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"build:watch": "tsx scripts/build.js watch",
"build": "tsx scripts/build.js && pnpm types",
"dist": "pnpm clean && pnpm vitest run && pnpm build && pnpm doc",
"doc": "typedoc src/index.js --plugin typedoc-plugin-missing-exports",
"doc": "typedoc src/index.js --plugin typedoc-plugin-missing-exports --tsconfig tsconfig.build.json",
"doc:watch": "typedoc src/index.js --plugin typedoc-plugin-missing-exports --watch --skipErrorChecking --preserveWatchOutput --logLevel Error",
"serve": "serve docs",
"prepublishOnly": "pnpm dist",
Expand Down
1 change: 0 additions & 1 deletion packages/vite-plugin-glsl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "module",
"files": ["build/", "package.json"],
"types": "./build/main.d.ts",
"main": "./build/main.js",
"exports": {
".": "./build/main.js"
},
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f5c1fa

Please sign in to comment.