Skip to content

Commit b493178

Browse files
committed
Add prepack script
1 parent ea8bc3c commit b493178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"build": "node-sass darcula.scss darcula.css",
88
"docs": "node-sass darcula.scss docs/darcula.css",
9-
"docs:watch": "node-sass --watch darcula.scss docs/darcula.css"
9+
"docs:watch": "node-sass --watch darcula.scss docs/darcula.css",
10+
"prepack": "npm run build"
1011
},
1112
"keywords": [
1213
"prismjs",

0 commit comments

Comments
 (0)