Skip to content

Commit

Permalink
fix: add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jan 27, 2019
1 parent a978a24 commit c747631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"main": "./lib/index.js",
"scripts": {
"clean": "rm -Rf dist",
"build": "echo Nothing to build",
"dev": "nodemon --exec \"yarn start --port 3010\"",
"lint": "eslint lib/",
"preversion": "yarn run lint && pob-repository-check-clean",
Expand Down

0 comments on commit c747631

Please sign in to comment.