Skip to content

Commit e32afcc

Browse files
committed
📝 Update buildTranslation name
1 parent 37cc00d commit e32afcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For all scripts, please see `package.json`.
7575
- npm run clean:build
7676
- node bin/clean.js --build
7777
- npm run build:translations
78-
- node bin/buildTranslations.js
78+
- node bin/buildTranslation.js
7979
- node bin/prebuild.js --$npm_config_target
8080
- NOTE: $npm_config_target will be blank (`--`)
8181
- webpack --config bin/webpack.dev.js
@@ -92,7 +92,7 @@ For all scripts, please see `package.json`.
9292
- npm run clean:build
9393
- node bin/clean.js --build
9494
- npm run build:translations
95-
- node bin/buildTranslations.js
95+
- node bin/buildTranslation.js
9696
- node bin/prebuild.js --$npm_config_target
9797
- npm run build
9898
- webpack --config bin/webpack.dev.js
@@ -109,7 +109,7 @@ For all scripts, please see `package.json`.
109109
- npm run clean:build
110110
- node bin/clean.js --build
111111
- npm run build:translations
112-
- node bin/buildTranslations.js
112+
- node bin/buildTranslation.js
113113
- node bin/prebuild.js --release --$npm_config_target
114114
- webpack --config bin/webpack.prod.js
115115
- npm run build:static
@@ -127,7 +127,7 @@ For all scripts, please see `package.json`.
127127
- npm run clean:build
128128
- node bin/clean.js --build
129129
- npm run build:translations
130-
- node bin/buildTranslations.js
130+
- node bin/buildTranslation.js
131131
- node bin/prebuild.js --release --$npm_config_target
132132
- webpack --config bin/webpack.prod.js
133133
- npm run build:static

0 commit comments

Comments
 (0)