We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242daf1 commit a324947Copy full SHA for a324947
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"test:debug": "NODE_ENV=test iron-node ./node_modules/ava/profile.js test.js",
14
"lint": "xo",
15
"release": "np && npm run deploy",
16
- "deploy": "now . -e GH_TOKEN=@microfeedback-gh-token -e PERSPECTIVE_API_KEY=@perspective-api-key -e ALLOWED_REPOS=$(cat allowed_repos.txt) --public && now alias"
+ "deploy": "now . -e GH_TOKEN=@microfeedback-gh-token -e AKISMET_API_KEY=@akismet-api-key -e PERSPECTIVE_API_KEY=@perspective-api-key -e ALLOWED_REPOS=$(cat allowed_repos.txt) --public && now alias"
17
},
18
"engines": {
19
"node": "8.x.x"
0 commit comments