Skip to content

Commit 3e41112

Browse files
bstreamljharb
authored andcommitted
npm run test -> npm test
Co-authored-by: Jordan Harband <[email protected]>
1 parent b2415f3 commit 3e41112

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
@@ -16,7 +16,7 @@
1616
"semantic-release": "semantic-release",
1717
"commitmsg": "npm run test && commitlint -e $GIT_PARAMS",
1818
"build": "rm -fr ./dist && babel ./src --out-dir ./dist --copy-files",
19-
"prepublishOnly": "npm run test && npm run build"
19+
"prepublishOnly": "npm test && npm run build"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)