Skip to content

Commit 7041577

Browse files
committed
Added 'node' command to postinstall for Windows
1 parent 9382822 commit 7041577

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
@@ -13,7 +13,7 @@
1313
"versionUpdater": "gulp versionUpdater",
1414
"karma": "karma start --circle true",
1515
"changelog": "node scripts/sync-changelogs.js",
16-
"postinstall": "postinstall/install.js"
16+
"postinstall": "node postinstall/install.js"
1717
},
1818
"dependencies": {
1919
"@pnp/common": "^1.0.1",

0 commit comments

Comments
 (0)