Restructuring the folders #1
@@ -8,7 +8,10 @@ workspace:
|
||||
steps:
|
||||
- name: yarn install
|
||||
image: node:latest
|
||||
environment:
|
||||
YARN_VERSION: 3.5.0
|
||||
commands:
|
||||
- yarn set version stable
|
||||
- yarn install
|
||||
- name: Code Style Checks
|
||||
image: node:latest
|
||||
@@ -75,7 +78,10 @@ workspace:
|
||||
steps:
|
||||
- name: Build
|
||||
image: node:latest
|
||||
environment:
|
||||
YARN_VERSION: 3.5.0
|
||||
commands:
|
||||
- yarn set version stable
|
||||
- yarn install
|
||||
- yarn build
|
||||
- name: Publish NPM
|
||||
|
||||
Reference in New Issue
Block a user