Skip to content

Commit 42db8fc

Browse files
committed
rename script
1 parent e34cef3 commit 42db8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"license": "Apache-2.0",
1616
"scripts": {
1717
"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",
1819
"build:minify-images": "imagemin '_site/assets/images' --out-dir='_site/assets/images'",
1920
"build:minify-svg": "svgo -r -f ./",
2021
"build:playground": "webpack --mode=production --progress",
@@ -40,8 +41,7 @@
4041
"lint:fix:scss": "stylelint \"**/*.scss\" --fix",
4142
"fmt": "prettier --write .",
4243
"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"
4545
},
4646
"lint-staged": {
4747
"**/*.{js,jsx}": [

0 commit comments

Comments
 (0)