Skip to content

Commit

Permalink
feat: checkout library
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvyShah committed Mar 15, 2023
1 parent 4786304 commit 5073f24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ node_modules

# production
/build
/lib
lib/**/*
!lib/index.js

# misc
.DS_Store
Expand Down
2 changes: 2 additions & 0 deletions lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"postinstall": "webpack --env library=true --mode production"
"build:lib": "webpack --env library=true --mode production"
},
"browserslist": {
"production": [
Expand Down

1 comment on commit 5073f24

@vercel
Copy link

@vercel vercel bot commented on 5073f24 Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.