Update build.ps1 and build.sh to clean up web-ext output
This commit is contained in:
parent
828c053498
commit
9ab171ebd8
2 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ npm install
|
|||
npm run build
|
||||
|
||||
# Lint extension, while excluding dev files
|
||||
npx web-ext lint --ignore-files .idea dist docs src web-ext-artifacts .gitignore *.sh *.iml *.js *.lock
|
||||
npx web-ext lint --ignore-files .idea dist docs src web-ext-artifacts scss .gitignore *.sh *.ps1 *.iml *.js *.lock
|
||||
# Build extension, while excluding dev files
|
||||
npx web-ext build --overwrite-dest --ignore-files .idea dist docs src web-ext-artifacts .gitignore *.sh *.iml *.js *.lock
|
||||
npx web-ext build --overwrite-dest --ignore-files .idea dist docs src web-ext-artifacts scss .gitignore *.sh *.ps1 *.iml *.js *.lock
|
||||
|
||||
echo "✅ Done"
|
||||
|
|
4
build.sh
4
build.sh
|
@ -7,8 +7,8 @@ npm install
|
|||
npm run build
|
||||
|
||||
# Lint extension, while excluding dev files
|
||||
npx web-ext lint --ignore-files .idea dist docs src web-ext-artifacts .gitignore *.sh *.iml *.js *.lock
|
||||
npx web-ext lint --ignore-files .idea dist docs src web-ext-artifacts scss .gitignore *.sh *.ps1 *.iml *.js *.lock
|
||||
# Build extension, while excluding dev files
|
||||
npx web-ext build --overwrite-dest --ignore-files .idea dist docs src web-ext-artifacts .gitignore *.sh *.iml *.js *.lock
|
||||
npx web-ext build --overwrite-dest --ignore-files .idea dist docs src web-ext-artifacts scss .gitignore *.sh *.ps1 *.iml *.js *.lock
|
||||
|
||||
echo "✅ Done"
|
||||
|
|
Loading…
Reference in a new issue