Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBertoli committed Dec 28, 2016
1 parent 536855e commit 9d372b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@
"description": "Snapshot testing for React Styleguidist",
"repository": "https://github.com/MicheleBertoli/snapguidist.git",
"bin": "./bin/snapguidist.js",
"files": [
"bin",
"dist",
"src/server"
],
"scripts": {
"test": "jest",
"lint": "eslint --ignore-path .gitignore ./",
"build:components": "babel ./src/client --out-dir ./dist",
"build:styles": "cssnano ./src/client/styles.css ./dist/styles.css",
"build": "yarn run build:components && yarn run build:styles",
"prepublish": "yarn run build",
"dev": "node ./src/server"
},
"authors": [
Expand Down

0 comments on commit 9d372b0

Please sign in to comment.