Skip to content

Commit

Permalink
Remove prepublish script (and typo) (#1355)
Browse files Browse the repository at this point in the history
* remove prepublish script - it's deprecated

* fix spelling mistake

* Update changelog.txt
  • Loading branch information
bkendall committed May 31, 2019
1 parent bbcf0dd commit 70a60f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* **BREAKING** The CLI no longer suppport being run in Node 6 environments.
* **BREAKING** The CLI no longer supports being run in Node 6 environments.
* Fixed bug in Firestore emulator where some FieldTransforms were sending back incorrect results.
* Fixed bug where read-only transactions would cause errors in the Firestore emulator.
* Fixed bug where collection group query listeners would cause errors in the Firestore emulator.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"lint:js": "eslint 'src/**/*.js'",
"lint:ts": "tslint --project tsconfig.json --config tslint.json",
"mocha": "nyc mocha --opts mocha.opts",
"prepublish": "npm run clean && npm run build",
"prepare": "npm run clean && npm run build",
"test": "npm run lint && npm run mocha"
},
Expand Down

0 comments on commit 70a60f7

Please sign in to comment.