Skip to content

Commit d95b9ba

Browse files
Add linting to deploy script.
1 parent e1e5baf commit d95b9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ cp public/table-sort.js npm/table-sort.js
22
cp README.md npm/README.md
33
cp LICENSE npm/LICENSE
44
cp Contributors.md npm/Contributors.md
5+
npx prettier --write .
56
echo "Reminder: Update npm package to new version in npm/package.json"

0 commit comments

Comments
 (0)