@@ -75,7 +75,7 @@ For all scripts, please see `package.json`.
75
75
- npm run clean: build
76
76
- node bin/clean.js --build
77
77
- npm run build: translations
78
- - node bin/buildTranslations .js
78
+ - node bin/buildTranslation .js
79
79
- node bin/prebuild.js --$npm_config_target
80
80
- NOTE: $npm_config_target will be blank (` -- ` )
81
81
- webpack --config bin/webpack.dev.js
@@ -92,7 +92,7 @@ For all scripts, please see `package.json`.
92
92
- npm run clean: build
93
93
- node bin/clean.js --build
94
94
- npm run build: translations
95
- - node bin/buildTranslations .js
95
+ - node bin/buildTranslation .js
96
96
- node bin/prebuild.js --$npm_config_target
97
97
- npm run build
98
98
- webpack --config bin/webpack.dev.js
@@ -109,7 +109,7 @@ For all scripts, please see `package.json`.
109
109
- npm run clean: build
110
110
- node bin/clean.js --build
111
111
- npm run build: translations
112
- - node bin/buildTranslations .js
112
+ - node bin/buildTranslation .js
113
113
- node bin/prebuild.js --release --$npm_config_target
114
114
- webpack --config bin/webpack.prod.js
115
115
- npm run build: static
@@ -127,7 +127,7 @@ For all scripts, please see `package.json`.
127
127
- npm run clean: build
128
128
- node bin/clean.js --build
129
129
- npm run build: translations
130
- - node bin/buildTranslations .js
130
+ - node bin/buildTranslation .js
131
131
- node bin/prebuild.js --release --$npm_config_target
132
132
- webpack --config bin/webpack.prod.js
133
133
- npm run build: static
0 commit comments