Skip to content

Commit ae16e24

Browse files
authored
Merge pull request #187 from NaverPayDev/test/pite
pite로 빌드합니다
2 parents 8ba37ad + 6e7d2a8 commit ae16e24

File tree

4 files changed

+595
-71
lines changed

4 files changed

+595
-71
lines changed

.changeset/plenty-ants-learn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@naverpay/hidash": patch
3+
---
4+
5+
pite 적용 테스트
6+
7+
PR: [pite 적용 테스트](https://github.com/NaverPayDev/hidash/pull/187)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
},
694694
"scripts": {
695695
"prepare": "lefthook install -f",
696-
"build": "pnpm run clean && vite build --config vite.config.mts && pnpm run build:dts",
696+
"build": "pnpm run clean && vite build --config vite.config.mts",
697697
"release": "changeset publish",
698698
"build:dts": "tsup --config tsup.config.ts",
699699
"clean": "rm -rf dist",
@@ -721,6 +721,7 @@
721721
"@naverpay/editorconfig": "^0.0.4",
722722
"@naverpay/eslint-config": "^1.0.7",
723723
"@naverpay/markdown-lint": "^0.0.3",
724+
"@naverpay/pite": "^0.0.6",
724725
"@naverpay/prettier-config": "^1.0.0",
725726
"@rollup/plugin-babel": "^6.0.4",
726727
"@types/lodash": "^4.17.13",

0 commit comments

Comments
 (0)