minor quality of life improvement

pull/2744/head
Rich Harris 6 years ago
parent 9dbd99b85d
commit 8f5f48153b

@ -12,7 +12,8 @@
"cy:run": "cypress run", "cy:run": "cypress run",
"cy:open": "cypress open", "cy:open": "cypress open",
"test": "run-p --race dev cy:run", "test": "run-p --race dev cy:run",
"testsrc": "mocha -r esm test/**" "testsrc": "mocha -r esm test/**",
"deploy": "make deploy"
}, },
"dependencies": { "dependencies": {
"@polka/redirect": "^1.0.0-next.0", "@polka/redirect": "^1.0.0-next.0",

Loading…
Cancel
Save