Skip to content

Commit

Permalink
fix(npm): fixed npm publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Max Ruf committed May 19, 2017
1 parent 13179e8 commit 511c7ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmignore
@@ -0,0 +1,3 @@
/mdi/
/build/
/node_modules/
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -25,8 +25,7 @@
"prebuild": "git submodule update --init && npm run clean && mkdir build dist",
"postbuild": "echo \"Build is done.\"",
"build": "node build.js && babel build --out-dir dist",
"prepublish": "npm run build && cd ./dist",
"postpublish": "cd .."
"prepublish": "cd .. && npm run build && cd ./dist"
},
"peerDependencies": {
"vue": "^2.3.3"
Expand Down

0 comments on commit 511c7ee

Please sign in to comment.