We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ea98b commit 80dffadCopy full SHA for 80dffad
package.json
@@ -15,7 +15,7 @@
15
"homepage": "https://github.com/getsentry/raven-js",
16
"main": "src/singleton.js",
17
"scripts": {
18
- "deploy": ".npm run test && /scripts/deploy.js",
+ "deploy": "npm run test && ./scripts/deploy.js",
19
"lint": "eslint .",
20
"precommit": "lint-staged",
21
"publish": "grunt publish",
0 commit comments