We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9a302 commit 4bd8e04Copy full SHA for 4bd8e04
docs/package.json
@@ -3,7 +3,8 @@
3
"description": "Open source web based RSS reader and multi-source mashup aggregator",
4
"main": "index.js",
5
"scripts": {
6
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build": "node .",
7
+ "watch": "NODE_ENV=development node ."
8
},
9
"author": "Tobias Zeising <[email protected]>",
10
"license": "GPL-3.0-or-later",
0 commit comments