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.
1 parent 45ba08b commit aa6d0faCopy full SHA for aa6d0fa
tools/scripts/postinstall
@@ -46,7 +46,7 @@ var DEST_DIR = path.resolve( ROOT_DIR, '..' );
46
var OUTPUT_FILE = path.join( ROOT_DIR, '.postinstall.json' );
47
48
// Regular expression to detect whether this script is being executed after this package was installed as a node_modules dependency:
49
-var RE_SCRIPT_CONTEXT = /node_modules\/@stdlib\/stdlib/;
+var RE_SCRIPT_CONTEXT = /\/node_modules\/@stdlib\/stdlib\//;
50
51
52
// MAIN //
0 commit comments