Skip to content

Commit 87cfa03

Browse files
build theme before start
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent d4421fc commit 87cfa03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"scripts": {
33
"test": "node_modules/.bin/_mocha",
4+
"prestart": "npm run theme:build",
45
"start": "node index.js",
56
"theme:clean": "rimraf public_static/lib/semantic/*",
67
"theme:build": "cd semantic && gulp build",

0 commit comments

Comments
 (0)