Skip to content

Commit 04c37f2

Browse files
committed
Try moving clean after verify.
1 parent cf1ac40 commit 04c37f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:download",
115+
"postinstall": "npm run gutenberg:verify && npm run grunt clean -- --dev",
116116
"build": "grunt build",
117117
"build:dev": "grunt build --dev",
118118
"build:gutenberg": "grunt build:gutenberg",

0 commit comments

Comments
 (0)