Skip to content

Commit efb329f

Browse files
committed
prepuslish is deprecated, updated to prepare:
cc @jonrohan
1 parent 035b0a3 commit efb329f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/primer-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"build": "primer-module-build index.scss",
20-
"prepublish": "npm run build",
20+
"prepare": "npm run build",
2121
"test": "npm run build"
2222
},
2323
"dependencies": {

packages/primer-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"build": "primer-module-build index.scss",
20-
"prepublish": "npm run build",
20+
"prepare": "npm run build",
2121
"test": "npm run build"
2222
},
2323
"dependencies": {

packages/primer-marketing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"build": "primer-module-build index.scss",
20-
"prepublish": "npm run build",
20+
"prepare": "npm run build",
2121
"test": "npm run build"
2222
},
2323
"dependencies": {

packages/primer-product/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"build": "primer-module-build index.scss",
20-
"prepublish": "npm run build",
20+
"prepare": "npm run build",
2121
"test": "npm run build"
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)