Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm task detection should also detect scripts #4732

Closed
egamma opened this issue Mar 29, 2016 · 1 comment
Closed

npm task detection should also detect scripts #4732

egamma opened this issue Mar 29, 2016 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality tasks Task system issues

Comments

@egamma
Copy link
Member

egamma commented Mar 29, 2016

My test case was the following package.json

{
  "name": "projections",
  "version": "1.0.0",
  "description": "",
  "main": "webpack.config.js",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "dev": "webpack-dev-server --config webpack.config.js --open"
  },
  "author": "waderyan",
  "license": "ISC",
...
@egamma egamma added feature-request Request for new features or functionality tasks Task system issues labels Mar 29, 2016
@dbaeumer
Copy link
Member

Dups #4363

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality tasks Task system issues
Projects
None yet
Development

No branches or pull requests

2 participants