Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1043 from Qwant/fix-qwant-maps-common-not-built
Browse files Browse the repository at this point in the history
Rebuild qwant-maps-common explicitly on 'prepare'
  • Loading branch information
amatissart authored Mar 22, 2021
2 parents cd826c0 + c875694 commit 0e4f8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"i18n-pull": "tx pull --all --force",
"watch": "webpack --config build/webpack.config.js -w --mode=development",
"msgmerge": "node local_modules/merge-po/index",
"prepare": "if [ \"$IGNORE_PREPARE\" != true ]; then node build/before_build.js; fi",
"prepare": "if [ \"$IGNORE_PREPARE\" != true ]; then node build/before_build.js && npm rebuild @qwant/qwant-maps-common; fi",
"lint": "eslint src bin build tests --ext '.js,.jsx'",
"lint-fix": "eslint --fix src bin build tests --ext '.js,.jsx'",
"analyze": "webpack --config build/webpack.config.js --mode=production --profile --json > stats.json && webpack-bundle-analyzer stats.json public/build/javascript"
Expand Down

0 comments on commit 0e4f8c9

Please sign in to comment.