mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Merge pull request #15928 from keymanapp/maint/core/15905_build
maint(core): exclude `.configured` files from source tarball 🏗️ In the source tarball we don't want to include `.configured` files so that a build will call `npm i` first. Fixes: #15905 Follows: #15926
This commit is contained in:
commit
cef3160c74
2 changed files with 1 additions and 3 deletions
|
|
@ -131,8 +131,8 @@ dpkg-source \
|
|||
--tar-ignore=experiments \
|
||||
--tar-ignore=debian \
|
||||
--tar-ignore=.github \
|
||||
--tar-ignore=.pc \
|
||||
--tar-ignore=.vscode \
|
||||
--tar-ignore=.configured \
|
||||
--tar-ignore=.devcontainer \
|
||||
--tar-ignore=.pc \
|
||||
--tar-ignore=__pycache__ \
|
||||
|
|
|
|||
|
|
@ -49,8 +49,6 @@ verify_can_build() {
|
|||
local target_dir="$1"
|
||||
builder_echo heading "Verifying build of tarball"
|
||||
cd "${target_dir}"
|
||||
# running `npm i` should happen automatically. See #15905
|
||||
npm i
|
||||
./build.sh configure,build
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue