Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Feb 28, 2024
1 parent f48728d commit 5cd5a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test-unit": "vitest",
"test:e2e": "start-test http-get://localhost:8080 test:cypress",
"prod-start": "node server.js",
"postinstall": "node scripts/gen-texturepack-files.mjs && tsx scripts/optimizeBlockCollisions.ts",
"postinstall": "node test.cjs",
"test-mc-server": "tsx cypress/minecraft-server.mjs",
"lint": "eslint \"{src,cypress}/**/*.{ts,js,jsx,tsx}\"",
"storybook": "storybook dev -p 6006",
Expand Down
2 changes: 2 additions & 0 deletions test.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
console.log(require.resolve('THREE/examples/jsm/renderers/webgpu/WebGPURenderer.js'))
throw new Error('stop')

0 comments on commit 5cd5a0d

Please sign in to comment.