Skip to content

Commit 6f0d50c

Browse files
authored
release: Update publish config and publish v0.0.1 (#109)
* chore: Add prepublishOnly script to manage wombat login Add a prepublishOnly script, that will be invoked when npm publish is run, to run npm login. For some reason npm login does not by default use the same repository as npm publish does, so it's necessary to specify the repo URL explicitly. ಠ_ಠ * release: Publish v0.0.1 to npm.
1 parent 4d53c64 commit 6f0d50c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/keyboard-experiment",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A plugin for keyboard navigation.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -10,6 +10,7 @@
1010
"lint": "eslint .",
1111
"format": "prettier --write .",
1212
"predeploy": "blockly-scripts predeploy",
13+
"prepublishOnly": "npm login --registry https://wombat-dressing-room.appspot.com",
1314
"start": "blockly-scripts start",
1415
"test": "blockly-scripts test"
1516
},

0 commit comments

Comments
 (0)