Skip to content

Commit 2294dcb

Browse files
committed
Update: build command updated
1 parent c9ae080 commit 2294dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

languages/easy-poll.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2022-12-10T14:14:15+00:00\n"
12+
"POT-Creation-Date: 2022-12-10T15:23:53+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.7.1\n"
1515
"X-Domain: easy-poll\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch": "webpack --watch --env mode=development",
1010
"zip": "webpack --config ./webpack.zip.js --mode production",
1111
"make-pot": "wp i18n make-pot . languages/easy-poll.pot",
12-
"plugin-build": "npm run build && npm run make-pot && npm run zip"
12+
"plugin-build": "composer install --no-dev && npm run build && npm run make-pot && npm run zip"
1313
},
1414
"devDependencies": {
1515
"css-loader": "^6.7.1",

0 commit comments

Comments
 (0)