Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenVelocity committed Jan 2, 2022
2 parents 44e22e3 + 55ef21b commit c28dfda
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: sudo apt-get update
<<<<<<< HEAD
- run: sudo apt-get install ffmpeg libvips-dev linuxmusl-arm64v8
=======
- run: sudo apt-get install ffmpeg libvips-dev
>>>>>>> 55ef21be4fa9f0ab5827a4e7a1e9f2ff1a994ca5
- run: npm i -g npm@latest
- run: npm ci
- run: npm run build
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ jobs:

- name: Install Libvips
run: sudo apt-get update
<<<<<<< HEAD
run: sudo apt-get install libvips-dev linuxmusl-arm64v8
=======
run: sudo apt-get install libvips-dev
>>>>>>> 55ef21be4fa9f0ab5827a4e7a1e9f2ff1a994ca5

- name: Install Dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion examples/full.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Sticker } from '../dist/index.js'
const getOptions = (pack = '', author = '') => ({
pack,
type,
author: `${author}-${type}`,
author: `${author}-${type}`
})
await (async () => {
console.log('Static Potrait')
Expand Down

0 comments on commit c28dfda

Please sign in to comment.