Skip to content

Commit

Permalink
add simple build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kayserifserif committed Nov 5, 2023
1 parent 5520e1b commit cd2ee06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
dist
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"scripts": {
"build": "rm -rf ./dist && mkdir dist && cp {index.html,scripts.js} dist"
}
}

0 comments on commit cd2ee06

Please sign in to comment.