Skip to content

Commit

Permalink
Merge pull request #8 from tshion/feature/brush_development
Browse files Browse the repository at this point in the history
実行エラーの原因特定をするためにminify を解除
  • Loading branch information
tshion authored May 11, 2024
2 parents 3748e72 + 7fdb3b0 commit e500645
Show file tree
Hide file tree
Showing 2 changed files with 28,193 additions and 4 deletions.
28,195 changes: 28,192 additions & 3 deletions compiled/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"private": true,
"scripts": {
"build": "npx ncc build src/index.ts -o compiled --license licenses.txt --minify",
"build": "npx ncc build src/index.ts -o compiled --license licenses.txt",
"test": "node --import tsx --test src/*.test.ts"
},
"dependencies": {
Expand Down

0 comments on commit e500645

Please sign in to comment.