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.
1 parent d4421fc commit 87cfa03Copy full SHA for 87cfa03
package.json
@@ -1,6 +1,7 @@
1
{
2
"scripts": {
3
"test": "node_modules/.bin/_mocha",
4
+ "prestart": "npm run theme:build",
5
"start": "node index.js",
6
"theme:clean": "rimraf public_static/lib/semantic/*",
7
"theme:build": "cd semantic && gulp build",
0 commit comments