fix: Type on workflow template
This commit is contained in:
parent
ba45537ea6
commit
d12f2cb01b
1 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
paths: &files
|
||||
- 'packages/{{ pattern }}/src/**.js'
|
||||
- 'packages/{{ pattern }}/config/**.js'
|
||||
- 'packages/{{ pattern }}/rollup.config.js
|
||||
- 'packages/{{ pattern }}/rollup.config.js'
|
||||
pull_request:
|
||||
paths: *files
|
||||
|
||||
|
@ -20,12 +20,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- run: npm testonly
|
||||
run: npm ci
|
||||
run: npm run build --if-present
|
||||
run: npm testonly
|
||||
env:
|
||||
CI: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue