Skip to content

Commit b719dc9

Browse files
author
Rodrigo Gomez Palacio
authored
Merge pull request #48 from OneSignal/change-prepublish-script
Change `prepublish` script to `prepare` (deprecated)
2 parents 9ee9d12 + e402ac1 commit b719dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx",
1818
"build": "rollup -c",
19-
"prepublish": "yarn run build",
19+
"prepare": "yarn run build",
2020
"test": "yarn"
2121
},
2222
"peerDependencies": {

0 commit comments

Comments
 (0)