mirror of
https://github.com/jaandrle/deka-dom-el
synced 2024-11-23 17:19:37 +01:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eou pipefail
|
|
npx editorconfig-checker -format gcc
|
|
npx size-limit
|
|
npx jshint index.js src
|