Skip to content
This repository was archived by the owner on Mar 18, 2021. It is now read-only.

Commit 9d5c9bf

Browse files
committed
fix: missing dist when pnpm install
1 parent 5d1f7f7 commit 9d5c9bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 12
1616
registry-url: https://registry.npmjs.org/
17+
- run: mkdir dist && cp package.json dist/package.json
1718
- run: npm i -g pnpm
1819
- run: pnpm install --frozen-lockfile
1920
- run: pnpm build:prod

0 commit comments

Comments
 (0)