Skip to content

Commit

Permalink
Merge pull request #30 from FriedRiceNoodles/ci/release
Browse files Browse the repository at this point in the history
fix: fixed publish command
  • Loading branch information
FriedRiceNoodles authored Feb 22, 2024
2 parents 4247980 + 4ea64be commit 8a51c3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lint": "pnpm run lint:es",
"lint:es": "eslint \"packages/**/{src,styles,bin}/**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install && dumi setup",
"publish:all": "cd packages/banana && pnpm publish && cd ../banana-react && pnpm publish",
"start": "pnpm run dev",
"test": "cd packages/banana && pnpm run test"
},
Expand Down
1 change: 0 additions & 1 deletion packages/banana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"build": "rimraf umd && rimraf dist && rimraf node && rollup -c ../../rollup.config.mjs && pnpm run tsc && pnpm run cem",
"cem": "custom-elements-manifest analyze --config \"custom-elements-manifest.config.js\"",
"dev": "rollup -c ../../rollup.config.dev.mjs -p ../../scripts/rollup-plugin-copy-types.js -w --no-watch.clearScreen",
"publish:all": "cd packages/banana && pnpm publish && cd ../banana-react && pnpm publish",
"test": "web-test-runner",
"tsc": "rimraf types && npx tsc --project ./tsconfig.types.json && node ./copyTypesToDist.cjs"
},
Expand Down

0 comments on commit 8a51c3c

Please sign in to comment.