Skip to content

Commit

Permalink
chore(ci): build styles during compile too
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 11, 2022
1 parent edc8ab0 commit 6ff9b87
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 @@ -7,7 +7,7 @@
"scripts": {
"docs:serve": "nodemon --ext md,vue,js,scss --ignore docs/.vuepress/.cache --ignore docs/.vuepress/.temp --watch docs/.vuepress --watch styles --exec npm run docs:dev",
"docs:dev": "npm run docs:styles && npx vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:build": "npm run docs:styles && vuepress build docs",
"docs:styles": "postcss styles/styles.scss -o docs/.vuepress/styles/index.scss"
},
"keywords": [],
Expand Down

0 comments on commit 6ff9b87

Please sign in to comment.