Skip to content

Commit

Permalink
chore: add package script to run mock donation server
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Shields committed Mar 7, 2019
1 parent d9e9a6a commit a7396b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -16,6 +16,7 @@
"build:browser": "trash .cache && cross-env NODE_ENV=production npm run bundle",
"build:extension": "trash extension && tsc -b tsconfig.json",
"watch": "npm run bundle",
"mock-donations": "node ./scripts/test_donation_server.js",
"start": "node ../.."
},
"license": "AGPL-3.0",
Expand Down

0 comments on commit a7396b7

Please sign in to comment.