Skip to content

Commit

Permalink
⚙️ Add "test" script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Jan 13, 2020
1 parent 4050648 commit 9a402a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
"deploy": "np && release && npm run generate && now dist/ -p --name polychroma && now alias",
"dev": "nuxt",
"generate": "nuxt generate",
"lint": "prettier-eslint '**/*.{js,vue}' --list-different --ignore '{dist,.nuxt}/**'",
"lint": "yarn lint:scripts && yarn lint:styles",
"lint:scripts": "prettier-eslint '**/*.{js,vue}' --list-different --ignore '{dist,.nuxt}/**'",
"lint:styles": "stylelint '**/*.{css,vue}' --ip '{.nuxt,dist}/**'",
"start": "nuxt start"
"start": "nuxt start",
"test": "yarn lint"
},
"dependencies": {
"@nuxtjs/google-analytics": "2.2.x",
Expand Down

0 comments on commit 9a402a9

Please sign in to comment.