@naturalcycles/dev-lib 15.0.1 → 15.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  [ -n "$CI" ] && exit 0
2
2
 
3
- ./node_modules/.bin/commitlint-def $1
3
+ dev-lib commitlint $1
@@ -1,3 +1,3 @@
1
1
  [ -n "$CI" ] && exit 0
2
2
 
3
- ./node_modules/.bin/lint-staged-def
3
+ dev-lib lint-staged
@@ -19,6 +19,7 @@ async function buildEsmCjs() {
19
19
  // it doesn't delete the dir itself, to prevent IDE jumping
20
20
  nodejs_lib_1.fs2.emptyDir('./dist');
21
21
  nodejs_lib_1.fs2.emptyDir('./dist-esm');
22
+ buildCopy();
22
23
  const cjsPath = cjsExists ? TSCONF_CJS_PATH : TSCONF_PROD_PATH;
23
24
  const esmPath = esmExists ? TSCONF_ESM_PATH : TSCONF_PROD_PATH;
24
25
  await Promise.all([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "15.0.1",
3
+ "version": "15.0.2",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "tsn-debug": "tsn testScript.ts",