Skip to content

Commit

Permalink
build: copy src/overlay-layout to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Jan 15, 2024
1 parent 2226023 commit 73d30ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"build:popup": "npm -C popup run build",
"build:plugin": "tsup",
"build:fix": "esno scripts/postbuild.ts",
"build:all": "npm run build:popup && npm run build:plugin",
"build:all": "npm run build:popup && npm run build:plugin && cp -r src/overlay-layout dist/overlay-layout",
"dev:playground": "npm -C popup run dev & npm -C playground run dev",
"lint": "eslint . --config .eslintrc.cjs",
"release": "npm run build:all && bumpp && npm publish",
Expand Down

0 comments on commit 73d30ae

Please sign in to comment.