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.
2 parents b5059d4 + ae94758 commit e7760cdCopy full SHA for e7760cd
docs/package.json
@@ -4,9 +4,9 @@
4
"version": "2.0.3",
5
"main": "assets/js/main.js",
6
"scripts": {
7
- "build": "webpack",
+ "build": "webpack && jekyll build",
8
"watch": "webpack --watch",
9
- "serve": "php -S localhost:8080 -t _site/",
+ "serve": "jekyll serve",
10
"test": "echo \"Error: no test specified\" && exit 1"
11
},
12
"devDependencies": {
0 commit comments