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 075a3c8 commit fe7df40Copy full SHA for fe7df40
.eslintignore
@@ -0,0 +1 @@
1
+*/**/build
.gitignore
@@ -8,11 +8,10 @@ yarn.lock
8
9
# builds
10
types
11
-build
12
-*/build
13
-dist
14
-lib
15
-es
+*/**/dist
+*/**/lib
+*/**/es
16
artifacts
17
.rpt2_cache
18
coverage
@@ -39,9 +38,7 @@ stats.html
39
38
40
*.log
41
.DS_Store
42
-node_modules
43
.cache
44
45
.idea
46
47
nx-cloud.env
scripts/publish.ts
@@ -1,4 +1,3 @@
-
2
// Originally ported to TS from https://github.com/remix-run/react-router/tree/main/scripts/{version,publish}.js
3
import path from 'path'
4
import { execSync } from 'child_process'
0 commit comments