Skip to content

Commit

Permalink
Merge pull request #7 from BeeTech-global/chore/scripts-to-npm-job
Browse files Browse the repository at this point in the history
Chore/scripts to npm job
  • Loading branch information
Alexandre Silva authored Apr 1, 2021
2 parents 5e76cf2 + 2d4cb32 commit c53d119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beetech/bee-pollen",
"version": "2.0.0-beta.0",
"version": "2.0.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,10 @@
"storybook": "start-storybook -p 9001",
"storybook:dev": "nodemon --watch .storybook --exec \"start-storybook -p 9001\"",
"build-storybook": "build-storybook",
"build": "rimraf dist && webpack --config config/webpack.prod.js"
"build": "rimraf dist && webpack --config config/webpack.prod.js",
"lint": "exit 0",
"test": "exit 0",
"coverage": "exit 0"
},
"dependencies": {
"bootstrap": "^4.1.1",
Expand Down

0 comments on commit c53d119

Please sign in to comment.