Skip to content

Commit

Permalink
Add devpack build command
Browse files Browse the repository at this point in the history
Builds an installable tarball
  • Loading branch information
jason0x43 committed Sep 15, 2017
1 parent 867d392 commit 8aeb728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ _publish/
src/**/*.js
benchmark.json
baselines.json
*.tgz
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"build": "npm run clean && ts-node ./src/intern-dev-build.ts",
"clean": "ts-node ./src/intern-dev-clean.ts",
"release": "npm run lint && ts-node ./src/intern-dev-release.ts",
"lint": "ts-node ./src/intern-dev-lint.ts"
"lint": "ts-node ./src/intern-dev-lint.ts",
"devpack": "ts-node ./src/intern-dev-build && cd _build/src && npm pack && mv *.tgz ../../"
},
"internDev": {
"resources": {
Expand All @@ -57,4 +58,4 @@
]
}
}
}
}

0 comments on commit 8aeb728

Please sign in to comment.