Skip to content

Commit b8b024a

Browse files
committed
new dev build
1 parent f0a6067 commit b8b024a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/beforeBuild.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const compileProtofiles = () => {
3030

3131
return new Promise((resolve, reject) => {
3232
exec(
33-
'git submodule update --remote --merge -- ./src/shared/lib/flipperzero-protobuf && pbjs -t static-module -w es6 --no-comments --lint "eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars, camelcase, default-case-last, no-mixed-operators" -o src/shared/lib/flipperJs/protobufCompiled.js ./src/shared/lib/flipperzero-protobuf/*.proto && npx eslint --fix src/shared/lib/flipperJs/protobufCompiled.js && echo ""',
33+
'pbjs -t static-module -w es6 --no-comments --lint "eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars, camelcase, default-case-last, no-mixed-operators" -o src/shared/lib/flipperJs/protobufCompiled.js ./src/shared/lib/flipperzero-protobuf/*.proto && npx eslint --fix src/shared/lib/flipperJs/protobufCompiled.js && echo ""',
3434
(err, stdout, stderr) => {
3535
if (err) {
3636
reject(err)

0 commit comments

Comments
 (0)