Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
✨ Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed May 24, 2021
1 parent d6804b4 commit 7adddbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @antv/gatsby-theme-antv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"release": "release-it",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && 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"
Expand Down

0 comments on commit 7adddbb

Please sign in to comment.