Skip to content

Commit 148c817

Browse files
authored
Update storybook.yml
1 parent 756a6b3 commit 148c817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/storybook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Build and Deploy
2-
on:
3-
push:
4-
paths: ["scripts/**", "template/**"]
2+
on: [push]
53
jobs:
64
build-and-deploy:
75
runs-on: ubuntu-latest
6+
env:
7+
NODE_OPTIONS: '--max_old_space_size=4096'
88
steps:
99
- name: Checkout 🛎️
1010
uses: actions/checkout@main

0 commit comments

Comments
 (0)