mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
rename build to .build
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user