Skip to content

Commit

Permalink
fix: Add package json and README to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
robcresswell committed Jun 25, 2019
1 parent b87241b commit b89ff33
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 @@ -40,7 +40,7 @@
},
"scripts": {
"prebuild": "yarn clean",
"build": "./build.js && cp styles.css dist/",
"build": "./build.js && cp styles.css package.json README.md dist/",
"clean": "rm -rf dist/",
"format": "prettier --write **/*.{js,vue}",
"pretest": "yarn build",
Expand Down

0 comments on commit b89ff33

Please sign in to comment.