Skip to content

Commit e0c886b

Browse files
committed
fix: update npm build step in workflow to include 'npm run fix' for sqlite-wasm
1 parent 8d4fa13 commit e0c886b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
sed 's/@sqlite\.org\/sqlite-wasm/@cloudsync\/sqlite-wasm/g' sqlite-wasm/README.md > sqlite-wasm/README.tmp
193193
echo -e "# sqlite-sync WASM $(make version)\nThis README and the TypeScript types are from the [official SQLite wasm repository](https://github.com/sqlite/sqlite-wasm)\n\n$(cat sqlite-wasm/README.tmp)" > sqlite-wasm/README.md
194194
rm sqlite-wasm/README.tmp
195-
cd sqlite-wasm && npm i && npm run publint && npm run check-types && npm pack
195+
cd sqlite-wasm && npm i && npm run fix && npm run publint && npm run check-types && npm pack
196196
197197
- uses: actions/[email protected]
198198
if: always()

0 commit comments

Comments
 (0)