rename build to .build

This commit is contained in:
Johannes Rieken
2016-12-30 11:46:01 +01:00
parent 7f023bebd9
commit 6ae1ea637f
2 changed files with 1 additions and 1 deletions

View File

@ -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",