Skip to content

Commit 53481a4

Browse files
authoredJan 19, 2022
Revert "Examples: Convert jsm examples to use bare three import only before publish (#21654)" (#23256)
This reverts commit 53e3b99.
1 parent eadd35e commit 53481a4

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@
8787
"test-e2e": "node test/e2e/puppeteer.js",
8888
"test-e2e-cov": "node test/e2e/check-coverage.js",
8989
"test-treeshake": "rollup -c test/rollup.treeshake.config.js",
90-
"make-screenshot": "node test/e2e/puppeteer.js --make",
91-
"prepublishOnly": "node utils/prepublish.js"
90+
"make-screenshot": "node test/e2e/puppeteer.js --make"
9291
},
9392
"keywords": [
9493
"three",

‎utils/prepublish.js

-12
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.