Skip to content
Snippets Groups Projects

Add `npm install` to `gdk update`

Merged Luke "Jared" Bennett requested to merge add-npm-install-to-makefile into master
All threads resolved!

Update the gitlab-update rule with an npm install system command.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • @jacobvosmaer-gitlab

    Where will npm install this stuff?

    npm packages are installed in the node_modules directory, which by default is created at the same root as the package.json file. Which is in the gitlab repository. So, ${gitlab_development_root}/gitlab/node_modules/.

  • @lbennett OK. Is node_modules in the .gitignore of gitlab-ce already?

  • @jacobvosmaer-gitlab

    /node_modules/ is in gitlab/.gitignore :)

  • Luke "Jared" Bennett Resolved all discussions

    Resolved all discussions

  • Added 1 commit:

    • 915f13aa - Update the gitlab-update rule with an npm install system command.

    Compare with previous version

  • Jacob Vosmaer (GitLab) Status changed to merged

    Status changed to merged

  • Mentioned in commit 5db0a1f2

  • Please register or sign in to reply
    Loading