aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-01-03 04:33:52 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-01-03 04:33:52 +0300
commit688ffb530c7c12a10666462dd0bc30b6cec5064f (patch)
tree06a2f4bdd575aa0dfd8606b165ebff3d4397574d /.github
parentTypo fix in GHA (diff)
Cleans Up Dependencies
Updates package.json to keep only the bare minimum required for production in dependencies. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test_and_lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml
index c8d9949..e7a0d05 100644
--- a/.github/workflows/test_and_lint.yml
+++ b/.github/workflows/test_and_lint.yml
@@ -28,7 +28,7 @@ jobs:
- uses: EgorDm/gha-yarn-node-cache@v1
- name: Install dependencies
- run: yarn install
+ run: yarn install --dev
- name: Run tests
run: yarn test