Skip to content

Commit

Permalink
Publish @aragon/[email protected] and @aragon/[email protected] (
Browse files Browse the repository at this point in the history
…#940)

* Survey: exclude example kit from npm publish
* Payroll: move to @aragon/apps-* scope and publish 1.0.0-rc.1
* chore: remove unnecessary dockerignore file
  • Loading branch information
sohkai authored Jul 29, 2019
1 parent 5e40f0a commit 8aa28e0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 28 deletions.
22 changes: 0 additions & 22 deletions .dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions apps/survey/contracts/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/examples
/test
2 changes: 2 additions & 0 deletions future-apps/payroll/contracts/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/examples
/test
4 changes: 2 additions & 2 deletions future-apps/payroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/future-apps-payroll",
"version": "0.0.1",
"name": "@aragon/apps-payroll",
"version": "1.0.0-rc.1",
"description": "",
"keywords": [
"app",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"test:vault": "lerna run --scope=@aragon/apps-vault --stream test",
"test:voting": "lerna run --scope=@aragon/apps-voting --stream test",
"test:agent": "lerna run --scope=@aragon/apps-agent --stream test",
"test:payroll": "lerna run --scope=@aragon/future-apps-payroll --stream test:all",
"test:payroll:only:payday": "lerna run --scope=@aragon/future-apps-payroll --stream test:only:payday",
"test:payroll:except:payday": "lerna run --scope=@aragon/future-apps-payroll --stream test:except:payday",
"test:payroll": "lerna run --scope=@aragon/apps-payroll --stream test:all",
"test:payroll:only:payday": "lerna run --scope=@aragon/apps-payroll --stream test:only:payday",
"test:payroll:except:payday": "lerna run --scope=@aragon/apps-payroll --stream test:except:payday",
"test:future": "lerna run --scope=@aragon/future-apps-* --concurrency=1 --stream test",
"test:shared": "lerna run --scope=@aragon/apps-shared-* --concurrency=1 --stream test",
"coverage": "npm run coverage:all",
Expand All @@ -46,7 +46,7 @@
"coverage:vault": "lerna run --scope=@aragon/apps-vault --concurrency=1 --stream coverage",
"coverage:voting": "lerna run --scope=@aragon/apps-voting --concurrency=1 --stream coverage",
"coverage:agent": "lerna run --scope=@aragon/apps-agent --concurrency=1 --stream coverage",
"coverage:payroll": "lerna run --scope=@aragon/future-apps-payroll --concurrency=1 --stream coverage",
"coverage:payroll": "lerna run --scope=@aragon/apps-payroll --concurrency=1 --stream coverage",
"lint": "lerna run --scope=@aragon/apps-* lint",
"link:os": "lerna exec --scope '@aragon/apps-*' 'npm link @aragon/os'",
"ganache-cli:test": "shared/test-helpers/ganache-cli.sh",
Expand Down

0 comments on commit 8aa28e0

Please sign in to comment.