diff options
| author | Shinigami92 <[email protected]> | 2022-01-11 10:50:07 +0100 |
|---|---|---|
| committer | Damien Retzinger <[email protected]> | 2022-01-14 18:37:49 -0500 |
| commit | b8bfb4542b847004213ddb2294e982bf666cc1a4 (patch) | |
| tree | 6bc5cdcbc34e744b9fd566e6a530cd30ae93977b /.github/workflows | |
| parent | a8e8676091a3c8190d2621eb4f867ad1dd984fe1 (diff) | |
| download | faker-b8bfb4542b847004213ddb2294e982bf666cc1a4.tar.xz faker-b8bfb4542b847004213ddb2294e982bf666cc1a4.zip | |
chore: setup ts build
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82d98cb1..8919b79f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: node-version: '16' cache: 'npm' - run: npm ci + - run: npm run build - run: npm run test lint: runs-on: ubuntu-latest @@ -28,4 +29,5 @@ jobs: node-version: '16' cache: 'npm' - run: npm ci + - run: npm run build - run: npm run lint |
