Skip to content

Commit

Permalink
fix(build): Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
thien-do committed Aug 11, 2022
1 parent 0e4d736 commit bfea11d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.parcel-cache
/dist
.DS_Store
*.xcuserstate
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"scripts": {
"web:dev": "sh scripts/web-dev.sh",
"web:monaco": "sh scripts/web-monaco.sh"
"dev": "sh scripts/web-dev.sh",
"build": "sh scripts/web-dev.sh",
"monaco": "sh scripts/web-monaco.sh"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.7.0",
Expand Down

0 comments on commit bfea11d

Please sign in to comment.