Skip to content

Commit

Permalink
Remove dev dep npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Nov 13, 2021
1 parent 219b9b2 commit 7b37110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 206 deletions.
204 changes: 0 additions & 204 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"release-plugins": "node ./build/build",
"test": "node ./test/unit/all.js",
"gulp-release": "gulp release",
"release": "npm-run-all -ls release-plugins gulp-release",
"release": "npm run release-plugins && npm run gulp-release",
"website": "gulp build-website && npm run typedoc && gulp prepare-website-branch",
"build-website": "gulp build-website && npm run typedoc",
"typedoc": "cd monaco-editor/typedoc && \"../../node_modules/.bin/typedoc\" --options ./typedoc.json",
Expand All @@ -38,7 +38,6 @@
"jsdom": "^17.0.0",
"jsonc-parser": "^3.0.0",
"monaco-editor-core": "0.30.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"requirejs": "^2.3.6",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 7b37110

Please sign in to comment.