Skip to content

Commit f71fcc1

Browse files
Piotr Paulskizyzyzyryxy
authored andcommitted
chore: remove file unused after bundling to not publish it unnecessarily.
1 parent f028f8c commit f71fcc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index.js",
88
"scripts": {
99
"clean": "node -e \"require('fs').rmSync('build', {recursive: true, force: true})\"",
10-
"bundle": "npm run clean && npm run build && rollup -c rollup.config.mjs && node -e \"require('fs').rmSync('build/node_modules', {recursive: true, force: true})\"",
10+
"bundle": "npm run clean && npm run build && rollup -c rollup.config.mjs && node -e \"['build/node_modules', 'build/src/third_party/devtools.js', 'build/src/third_party/devtools.js.map'].forEach(p => require('fs').rmSync(p, {recursive: true, force: true}))\"",
1111
"build": "tsc && node --experimental-strip-types --no-warnings=ExperimentalWarning scripts/post-build.ts",
1212
"typecheck": "tsc --noEmit",
1313
"format": "eslint --cache --fix . && prettier --write --cache .",

0 commit comments

Comments
 (0)