Skip to content

Commit

Permalink
fix(npm5): remove confusing npm prepublish script and handle all lib …
Browse files Browse the repository at this point in the history
…creation tasks via postinstall

Includes complete rewrite of the lib creation tasks. Tasks include creating the lib for this repo's npm install and unpacking the lib server.tgz for consumer npm install. Also includes npm5's package-lock.json and lib server package-lock.json.
  • Loading branch information
jyounce committed Jun 21, 2017
1 parent 15bdae2 commit 6b489fa
Show file tree
Hide file tree
Showing 17 changed files with 8,021 additions and 245 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ typings/


# dot files # dot files
# ========= # =========
.atomignore
.travis.yml .travis.yml


# file extensions # file extensions
Expand Down Expand Up @@ -46,6 +47,7 @@ generated/**/*
# folder negation # folder negation
# =============== # ===============
!/scripts/bootstrap/** !/scripts/bootstrap/**
!/scripts/consts/**
!/scripts/lib/** !/scripts/lib/**
!/scripts/utils/** !/scripts/utils/**


Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- 6.9.4 - 6.11.0
notifications: notifications:
email: email:
on_success: always on_success: always
Expand Down
Loading

0 comments on commit 6b489fa

Please sign in to comment.