File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
"license" : " Apache-2.0" ,
16
16
"scripts" : {
17
17
"build" : " npm-run-all install:playground build:sass build:website build:playground build:minify-images" ,
18
+ "build:init-blog-dates" : " node tools/update-blog-dates.js --init" ,
18
19
"build:minify-images" : " imagemin '_site/assets/images' --out-dir='_site/assets/images'" ,
19
20
"build:minify-svg" : " svgo -r -f ./" ,
20
21
"build:playground" : " webpack --mode=production --progress" ,
40
41
"lint:fix:scss" : " stylelint \" **/*.scss\" --fix" ,
41
42
"fmt" : " prettier --write ." ,
42
43
"fmt:check" : " prettier --check ." ,
43
- "start" : " npm-run-all build:sass --parallel *:*:watch" ,
44
- "init-blog-dates" : " node tools/update-blog-dates.js --init"
44
+ "start" : " npm-run-all build:sass --parallel *:*:watch"
45
45
},
46
46
"lint-staged" : {
47
47
"**/*.{js,jsx}" : [
You can’t perform that action at this time.
0 commit comments