Skip to content

Commit b43a761

Browse files
committed
fix: gh deploy action
1 parent fa291be commit b43a761

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
build
33
coverage
44
.eslintrc.js
5+
frontend/language/pot-to-php.js

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ jobs:
7474
- name: Build
7575
id: build-plugin
7676
run: |
77-
pnpm build
78-
pnpm i18n:parse-js
79-
pnpm i18n:php
77+
pnpm production
8078
bash .github/copy-assets
8179
8280
if [ -d "${{ github.workspace }}/build/${{ env.PLUGIN_SLUG }}" ]; then

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"vite.config.ts",
4646
"vite.config.wp.ts"
4747
],
48-
"exclude": ["/node_modules/**/*"],
48+
"exclude": ["/node_modules/**/*", "/frontend/language/pot-to-php.js"],
4949
"types": ["cypress", "node", "@4tw/cypress-drag-drop", "vite/client"]
5050
}

0 commit comments

Comments
 (0)