Skip to content

Commit e5a6fa8

Browse files
author
Piotr Paulski
committed
chore: remove file unused after bundling to not publish it unnecessarily.
1 parent 6e52e66 commit e5a6fa8

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)