Skip to content

Commit b5ac8ea

Browse files
committed
Add grunt clean to postinstall temporarily.
1 parent 3678df3 commit b5ac8ea

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
@@ -112,7 +112,7 @@
112112
"wicg-inert": "3.1.3"
113113
},
114114
"scripts": {
115-
"postinstall": "npm run gutenberg:verify",
115+
"postinstall": "npm run grunt clean -- --dev && npm run gutenberg:verify",
116116
"build": "grunt build",
117117
"build:dev": "grunt build --dev",
118118
"build:gutenberg": "grunt build:gutenberg",

0 commit comments

Comments
 (0)