mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Merge pull request #4 from mohsen1/patch-1
Remove unnecessary paths to executables in npm scripts
This commit is contained in:
commit
710ef24847
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"simpleserver": "node_modules/.bin/http-server -c-1 ../",
|
"simpleserver": "http-server -c-1 ../",
|
||||||
"release": "node_modules/.bin/gulp release",
|
"release": "gulp release",
|
||||||
"website": "node_modules/.bin/gulp website"
|
"website": "gulp website"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue