Skip to content

Commit

Permalink
add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvasilchuk committed Nov 8, 2019
1 parent cdb3fc9 commit 82f0c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"build:css": "node-sass ./src/styles/core.scss ./dist/index.css --output-style compressed -x",
"dev": "rollup -c build/rollup.config.dev.js --watch",
"postcss": "postcss ./dist/index.css -u autoprefixer -o ./dist/index.css --no-map",
"prepare": "npm run build",
"test": "jest"
},
"dependencies": {},
Expand Down

0 comments on commit 82f0c2a

Please sign in to comment.