mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Remove unnecessary paths to executables in npm scripts
npm scripts will use the executables in `node_modules/.bin` by default: https://docs.npmjs.com/misc/scripts
This commit is contained in:
parent
8636651671
commit
9fecd471a8
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"simpleserver": "node_modules/.bin/http-server -c-1 ../",
|
||||
"release": "node_modules/.bin/gulp release",
|
||||
"website": "node_modules/.bin/gulp website"
|
||||
"simpleserver": "http-server -c-1 ../",
|
||||
"release": "gulp release",
|
||||
"website": "gulp website"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue