Skip to content

Commit

Permalink
fix: correct typo in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jun 28, 2021
1 parent 5b74ac3 commit e5cb388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "run-s lint:*",
"lint:scripts": "eslint config/*.js assets/src/scripts/*.js",
"lint:styles": "stylelint **/*.scss",
"test": "run -s lint:* build"
"test": "run-s lint:* build"
},
"eslintConfig": {
"extends": "./config/eslint.js"
Expand Down

0 comments on commit e5cb388

Please sign in to comment.