Skip to content

Commit e85330e

Browse files
committed
Added SASS to Pandoc spec action.
1 parent cf1c78b commit e85330e

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
@@ -29,7 +29,7 @@
2929
"sass-watch": "sass --watch --load-path=node_modules --quiet-deps pandoc/pandoc-spec.scss pandoc/pandoc-spec.css",
3030
"build-dist": "npm run sass && tsup src/index.ts --format esm --dts --minify",
3131
"pandoc-spec-local": "tsx bin/pandoc-spec-local $*",
32-
"pandoc-spec-action": "tsx bin/pandoc-spec-local"
32+
"pandoc-spec-action": "npm run sass && tsx bin/pandoc-spec-local"
3333
},
3434
"bin": {
3535
"pandoc-spec": "bin/pandoc-spec"

0 commit comments

Comments
 (0)