Home
/
outliner.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa22e7
)
bug: install all dependencies before build
author
Angelo Rodrigues
<git@xangelo.ca>
Wed, 25 Jan 2023 15:09:14 +0000
(10:09 -0500)
committer
GitHub
<noreply@github.com>
Wed, 25 Jan 2023 15:09:14 +0000
(10:09 -0500)
.github/workflows/static.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/static.yml
b/.github/workflows/static.yml
index 44320d01d51ce19e5fba55953a473b183e5ab60e..274888eb265f0a77dfeffcdb2e23dd370a9175da 100644
(file)
--- a/
.github/workflows/static.yml
+++ b/
.github/workflows/static.yml
@@
-36,7
+36,7
@@
jobs:
uses: actions/setup-node@v3
with:
node-version: 18.7.0
- - run:
NODE_ENV=production
npm i
+ - run: npm i
- run: ENVIRONMENT=production npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1