This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xinming.lxj
committed
May 25, 2021
1 parent
13ff212
commit 95df674
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@antv/gatsby-theme-antv", | ||
"description": "Ant Visualization solution home page", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"author": "AntV Team <[email protected]>", | ||
"keywords": [ | ||
"gatsby", | ||
|
@@ -122,7 +122,7 @@ | |
"develop": "gatsby develop", | ||
"start": "npm run develop", | ||
"serve": "gatsby serve", | ||
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it", | ||
"release": "release-it", | ||
"copy:components": "mkdir -p lib && cp -R .tmp/@antv/gatsby-theme-antv/site/components lib && cp site/components/*.less ./lib/components && cp site/common.json ./lib && cp -R site/images ./lib", | ||
"compile:components": "rm -rf .tmp lib && ../../node_modules/.bin/tsc --outDir .tmp --noEmit false -d && npm run copy:components", | ||
"test": "jest" | ||
|
@@ -132,7 +132,7 @@ | |
"commitMessage": ":sparkles: Release ${version}" | ||
}, | ||
"github": { | ||
"release": true | ||
"release": false | ||
}, | ||
"hooks": { | ||
"before:init": [ | ||
|