Merge branch 'master' into firehydrant-plugin

This commit is contained in:
Christine Yi
2021-08-09 10:48:59 -04:00
685 changed files with 11202 additions and 6672 deletions
+2
View File
@@ -75,6 +75,7 @@ dockerode
Docusaurus
env
Env
elasticsearch
esbuild
eslint
etag
@@ -224,6 +225,7 @@ Routable
rst
rsync
ruleset
runbook
sam
sanitization
scaffolded
@@ -50,4 +50,5 @@ jobs:
# projetToken intentionally shared to allow collaborators to run Chromatic on forks
# https://www.chromatic.com/docs/custom-ci-provider#run-chromatic-on-external-forks-of-open-source-projects
projectToken: 9tzak77m9nj
storybookBuildDir: 'packages/storybook/dist'
workingDir: 'packages/storybook'
storybookBuildDir: 'dist'
+7
View File
@@ -25,6 +25,13 @@ jobs:
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
steps:
# In order to have the create-app template function as if it was downloaded from NPM
# we need to make sure we checkout files with LF line endings only
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- name: use node.js ${{ matrix.node-version }}