We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent c04d7d7 commit e372f80Copy full SHA for e372f80
package.json
@@ -16,7 +16,9 @@
16
"watch:postcss": "npm run postcss -- --watch",
17
"build": "npm run sass:compressed && npm run postcss && npm run minify:js && eleventy && npm run prettify:html",
18
"start": "npm-run-all sass:compressed postcss --parallel watch:*",
19
- "dev": "npm run watch"
+ "dev": "npm run watch",
20
+ "test:highlightjs-lines": "node ./lib/highlightjs-lines.test.js",
21
+ "test": "node --test"
22
},
23
"repository": {
24
"type": "git",
0 commit comments