Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit a1fae15

Browse files
author
Cole J Calamos
committed
Updated publish script
1 parent 74794cd commit a1fae15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccalamos/gatsby-source-googlemaps-static",
33
"description": "Gatsby source plugin for Google Maps Static API",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"author": "Cole Calamos <cole@colejcalamos.com>",
66
"bugs": {
77
"url": "https://github.com/ccalamos/gatsby-source-googlemaps-static/issues"
@@ -42,7 +42,7 @@
4242
"test:coverage": "jest --collect-coverage",
4343
"format": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
4444
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
45-
"prepublishOnly": "cross-env NODE_ENV=production yarn run clean; cross-env NODE_ENV=production yarn run build",
45+
"prepublishOnly": "cross-env NODE_ENV=production yarn run build",
4646
"test": "jest",
4747
"typecheck": "tsc -p ./tsconfig.json --noEmit",
4848
"watch": "tsc -p ./tsconfig.json -w"

0 commit comments

Comments
 (0)