Skip to content

Commit bbaba16

Browse files
committed
Fix the build!
1 parent 678c6c7 commit bbaba16

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
steps:
5454
- attach_workspace:
5555
at: ~/repo
56+
- run:
57+
name: Build the source
58+
command: npm run prepare
5659
- run:
5760
name: Authenticate with NPM
5861
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-gcp-storage",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Gatsby source for reading files from GCP storage buckets",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)