Skip to content

Commit 167f372

Browse files
authored
Update package.json
1 parent 37f1de9 commit 167f372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theme/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"format": "prettier --write '**/{*.js,*.ts,*.tsx,*.json,*.md,*.mdx}'",
1717
"format-check": "prettier --check '**/{**/*.js,*.ts,*.tsx,*.json,*.md,*.mdx}'",
1818
"build": "cp ../README.md .",
19-
"deploy": "npm publish --access public"
19+
"deploy": "npm publish --access public",
20+
"deploy:ci": "npm run deploy"
2021
},
2122
"peerDependencies": {
2223
"gatsby": "^3.8.0",

0 commit comments

Comments
 (0)