Skip to content

Commit b23c947

Browse files
committed
Run the build as an npm project
1. Give the build project a package.json with all of its deps 2. Install the dependencies in the build folder 3. Run the build Closes #282
1 parent 70cdcee commit b23c947

File tree

24 files changed

+837
-924
lines changed

24 files changed

+837
-924
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- 4
43
- 6
54
- 8
65
script: npm test

0 commit comments

Comments
 (0)