Skip to content

Commit

Permalink
fix: add theme:build script
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 16, 2021
1 parent 979ea14 commit 45314a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
node-version: "14.x"
- run: npm ci
- run: npm run theme:build
- run: npm run lib:build
- run: npx semantic-release
env:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueup/quill",
"version": "0.1.2",
"version": "0.0.0-development",
"description": "Quill Editor for Vue 3 plugin or component.",
"keywords": [
"vue 3 quill plugin",
Expand Down Expand Up @@ -57,7 +57,8 @@
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"theme:snow": "stylus -w ./src/assets/snow.styl -o ./src/themes/quill.snow2.css"
"theme:dev": "stylus -w ./src/assets/snow.styl -o ./src/themes/quill.snow.css",
"theme:build": "stylus ./src/assets/snow.styl -o ./src/themes/quill.snow.css"
},
"dependencies": {
"quill": "^1.3.7",
Expand Down

0 comments on commit 45314a4

Please sign in to comment.