Skip to content

Commit

Permalink
fix example packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist0823 committed Jun 22, 2024
1 parent b2dc48c commit 1193dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/three.quarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "rollup -c -w",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "rollup -c",
"build:examples": "cpx \"./node_modules/three/examples/**/*.*\" ./examples/js/examples && cpx ./node_modules/three/build/three.module.js ./examples/js/",
"build:examples": "cpx \"../../node_modules/three/examples/**/*.*\" ./examples/js/examples && cpx ../../node_modules/three/build/three.module.js ./examples/js/",
"build:production": "npm run build:types && npm run build:examples && cross-env NODE_ENV=production npm run build:js && cpx ./dist/three.quarks.esm.js ./examples/js/",
"build": "npm run build:production",
"lint": "eslint . --ext .ts",
Expand Down

0 comments on commit 1193dfb

Please sign in to comment.