1 parent bc6e0d4 commit 5de696fCopy full SHA for 5de696f
1 file changed
package.json
@@ -86,7 +86,7 @@
86
"build:popup": "npm -C popup run build",
87
"build:plugin": "tsup",
88
"build:fix": "esno scripts/postbuild.ts",
89
- "build:all": "npm run build:popup && npm run build:plugin && cp -r src/overlay-layout dist/overlay-layout",
+ "build:all": "npm run build:popup && npm run build:plugin && cp -r src/overlay-layout dist",
90
"dev:playground": "npm -C popup run dev & npm -C playground run dev",
91
"lint": "eslint . --config .eslintrc.cjs",
92
"release": "npm run build:all && bumpp && npm publish",
0 commit comments