minor quality of life improvement

pull/7738/head
Rich Harris 6 years ago
parent 2fd9e8a3f0
commit de049ca90e

@ -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