Skip to content

Commit 064aed8

Browse files
committed
Add build-ci alias
1 parent 0f4d7a4 commit 064aed8

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
@@ -73,6 +73,7 @@
7373
},
7474
"scripts": {
7575
"build": "gatsby clean && gatsby build",
76+
"build-ci": "gatsby clean && gatsby build",
7677
"check-all": "npm-run-all prettier generate-ids --parallel lint flow",
7778
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
7879
"dev": "gatsby develop -H 0.0.0.0",

0 commit comments

Comments
 (0)