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

[Making aegir smaller] Add support for pkg/pkg-bundle #262

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .pkg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict'

// Stub file so pkg-bundle imports these modules

require('eslint-config-standard')
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"bin": {
"aegir": "cli.js"
},
"pkg": {
"scripts": ["cmds/*.js", "node_modules/coveralls/lib/**/*.js", "src/config/**/*.js", "node_modules/.bin/**", ".pkg.js", "node_modules/worker-farm/lib/child/index.js"],
"assets": ["node_modules/eslint-*/**/*"]
},
"scripts": {
"lint": "node cli.js lint",
"test:node": "cross-env AEGIR_TEST=hello node cli.js test -t node --files 'test/**/*.spec.js'",
Expand Down