Skip to content

Commit e372f80

Browse files
committed
update: package.json — script for test and test:<id>
1 parent c04d7d7 commit e372f80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"watch:postcss": "npm run postcss -- --watch",
1717
"build": "npm run sass:compressed && npm run postcss && npm run minify:js && eleventy && npm run prettify:html",
1818
"start": "npm-run-all sass:compressed postcss --parallel watch:*",
19-
"dev": "npm run watch"
19+
"dev": "npm run watch",
20+
"test:highlightjs-lines": "node ./lib/highlightjs-lines.test.js",
21+
"test": "node --test"
2022
},
2123
"repository": {
2224
"type": "git",

0 commit comments

Comments
 (0)