Skip to content

Commit

Permalink
Add build config
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinschopf committed Mar 7, 2021
1 parent 95fbdf1 commit 55129fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
},
"scripts": {
"style:fix": "prettier --write src/ *.js *.ts *.json .github/",
"style:lint": "prettier --check src/ *.js *.ts *.json .github/"
"style:lint": "prettier --check src/ *.js *.ts *.json .github/",
"build": "rollup --config"
},
"prettier": {
"useTabs": true,
Expand Down

0 comments on commit 55129fc

Please sign in to comment.