This commit is contained in:
parent
43ff3fbaca
commit
72983ec5fd
1 changed files with 3 additions and 3 deletions
|
@ -24,13 +24,13 @@ jobs:
|
|||
${{ runner.os }}-node-
|
||||
- run: npm ci
|
||||
name: Install dependencies
|
||||
- run: npm lint
|
||||
- run: npm run lint
|
||||
name: Lint code
|
||||
- run: npm build
|
||||
- run: npm run build
|
||||
name: Build project
|
||||
- run: npm test
|
||||
name: Test project
|
||||
- run: npm build-storybook
|
||||
- run: npm run build-storybook
|
||||
name: Build storybook
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: Upload build directories
|
||||
|
|
Loading…
Add table
Reference in a new issue