Skip to content

Commit

Permalink
rename build to .build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Dec 30, 2016
1 parent 7f023be commit 6ae1ea6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "Microsoft",
"version": "0.0.1",
"scripts": {
"postinstall": "node build/postinstall.js",
"postinstall": "node .build/postinstall.js",
"compile-decorator": "cd decorator-sample && npm run compile",
"compile-previewhtml": "cd previewhtml-sample && npm run compile",
"compile-contentprovider": "cd contentprovider-sample && npm run compile",
Expand Down

0 comments on commit 6ae1ea6

Please sign in to comment.