|
@@ -172,7 +172,7 @@
|
|
"testui": "grunt testui",
|
|
"testui": "grunt testui",
|
|
"testuidev": "npx nightwatch --env=dev",
|
|
"testuidev": "npx nightwatch --env=dev",
|
|
"lint": "grunt lint",
|
|
"lint": "grunt lint",
|
|
- "postinstall": "find ./node_modules/crypto-api/src/ \\( -type d -name .git -prune \\) -o -type f -print0 | xargs -0 sed -i '' -e '/\\.mjs/!s/\\(from \"\\.[^\"]*\\)\";/\\1.mjs\";/g'",
|
|
|
|
|
|
+ "postinstall": "sh postinstall.sh",
|
|
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs"
|
|
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs"
|
|
}
|
|
}
|
|
}
|
|
}
|