WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1578661

Browse files
committed
rev
1 parent a38f922 commit 1578661

File tree

4 files changed

+24747
-4472
lines changed

4 files changed

+24747
-4472
lines changed

packages/action/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@vercel/ncc": "0.38.1"
1414
},
1515
"scripts": {
16-
"build": "bun build --external canvas --external gifsicle --target node --splitting --outdir dist ./index.ts "
16+
"build": "ncc build --external canvas --external gifsicle --out dist ./index.ts",
17+
"build-bun": "bun build --external canvas --external gifsicle --target node --outdir dist ./index.ts"
1718
}
1819
}

svg-only/dist/142.index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var external_path_default = /*#__PURE__*/__webpack_require__.n(external_path_);
2323
// EXTERNAL MODULE: external "child_process"
2424
var external_child_process_ = __webpack_require__(2081);
2525
// EXTERNAL MODULE: external "canvas"
26-
var external_canvas_ = __webpack_require__(1576);
26+
var external_canvas_ = __webpack_require__(1813);
2727
// EXTERNAL MODULE: ../types/grid.ts
2828
var types_grid = __webpack_require__(2881);
2929
;// CONCATENATED MODULE: ../draw/pathRoundedRect.ts

0 commit comments

Comments
 (0)