Skip to content

Commit

Permalink
move yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
lrmn7 committed Jun 19, 2024
1 parent 1bfe2cc commit bee77b3
Show file tree
Hide file tree
Showing 8 changed files with 1,125 additions and 148,074 deletions.
1 change: 1 addition & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['gitmoji']};
20 changes: 20 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- name: yarn
init: yarn install
command: yarn dev

# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-browser

github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: false
addBadge: true
Loading

0 comments on commit bee77b3

Please sign in to comment.