Restructuring the folders #1

Merged
mifi merged 10 commits from develop into main 2023-05-24 15:16:42 +00:00
Showing only changes of commit 5c973b9010 - Show all commits

View File

@@ -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