Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Oct 14, 2022
1 parent f2336fc commit ab99931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
})->with([
['pnpm-lock.yaml', 'pnpm dev'],
['yarn.lock', 'yarn dev'],
['package-lock.json', 'npm run dev']
['package-lock.json', 'npm run dev'],
]);

0 comments on commit ab99931

Please sign in to comment.