We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678c6c7 commit bbaba16Copy full SHA for bbaba16
.circleci/config.yml
@@ -53,6 +53,9 @@ jobs:
53
steps:
54
- attach_workspace:
55
at: ~/repo
56
+ - run:
57
+ name: Build the source
58
+ command: npm run prepare
59
- run:
60
name: Authenticate with NPM
61
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gatsby-source-gcp-storage",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Gatsby source for reading files from GCP storage buckets",
5
"main": "index.js",
6
"scripts": {
0 commit comments