We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77be1e6 + f264dd8 commit c7369caCopy full SHA for c7369ca
package.json
@@ -24,7 +24,7 @@
24
"bugs": "https://github.com/pattern-lab/edition-node-gulp/issues",
25
"author": "Brian Muenzenmeyer",
26
"scripts": {
27
- "postinstall": "node node_modules/patternlab-node/core/scripts/postinstall.js"
+ "postinstall": "node scripts/postinstall.js"
28
},
29
"license": "MIT",
30
"engines": {
scripts/postinstall.js
@@ -0,0 +1,5 @@
1
+"use strict";
2
+console.log('Beginning Pattern Lab Node Gulp postinstall...');
3
+
4
+//call the core library postinstall
5
+var patternlab = require('patternlab-node/core/scripts/postinstall');
0 commit comments