We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c7616 commit 34ae1ceCopy full SHA for 34ae1ce
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "http-cache-tests",
3
- "version": "0.4.2",
+ "version": "0.4.3",
4
"description": "Tests for HTTP caches",
5
"homepage": "https://cache-tests.fyi/",
6
"author": "Mark Nottingham",
@@ -14,7 +14,7 @@
14
"npm": "^6.14.11"
15
},
16
"scripts": {
17
- "server": "node server/server.mjs & echo $! > /tmp/http-cache-test-server.pid",
+ "server": "node server/server.mjs & echo $! > $npm_package_pidfile",
18
"cli": "node --no-warnings cli.mjs",
19
"export": "node --no-warnings export.mjs",
20
"validate": "node --no-warnings export.mjs validate",
@@ -25,7 +25,8 @@
25
"protocol": "http",
26
"port": "8000",
27
"base": "",
28
- "id": ""
+ "id": "",
29
+ "pidfile": "server.pid"
30
31
"repository": {
32
"type": "git",
0 commit comments