diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:41:57 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:41:57 +0900 |
commit | acb32deefcb957bd2ada4cae3305854306f9edef (patch) | |
tree | 4ceedc89c639b1d5fe263376f719a792c743966c | |
parent | 8ea3f2205116984f5196ea61b5bf11a7c0f165ff (diff) |
Update npm commands in action.yml
-rw-r--r-- | action.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,10 +23,12 @@ runs: - name: Install dependencies run: npm ci - working-directory: . + shell: bash - name: Generate graphdata.json run: npm run generate --script_params=./orgs/org-roam.db + shell: bash - name: print graphdata.json run: cat graphdata.json + shell: bash |