Skip to content

Commit 80dffad

Browse files
committed
fix: update deploy npm script
1 parent b0ea98b commit 80dffad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"homepage": "https://github.com/getsentry/raven-js",
1616
"main": "src/singleton.js",
1717
"scripts": {
18-
"deploy": ".npm run test && /scripts/deploy.js",
18+
"deploy": "npm run test && ./scripts/deploy.js",
1919
"lint": "eslint .",
2020
"precommit": "lint-staged",
2121
"publish": "grunt publish",

0 commit comments

Comments
 (0)