Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 27ce3fc

Browse files
committed
Disable lite-gitignore on JS and Native
1 parent 4146cd9 commit 27ce3fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sbt

+1-5
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ lazy val useGimeiDataGenerator = {
171171
)
172172
}
173173

174-
lazy val gitignore = crossProject(JVMPlatform, JSPlatform, NativePlatform)
174+
lazy val gitignore = crossProject(JVMPlatform)
175175
.in(file("modules/lite-gitignore"))
176176
.settings(
177177
name := "lite-gitignore",
@@ -183,13 +183,9 @@ lazy val gitignore = crossProject(JVMPlatform, JSPlatform, NativePlatform)
183183
commonSettings,
184184
useMunit
185185
)
186-
.jsSettings(commonJSSettings)
187-
.nativeSettings(commonNativeSettings)
188186
.dependsOn(parser)
189187

190188
lazy val gitignoreJVM = gitignore.jvm
191-
lazy val gitignoreJS = gitignore.js
192-
lazy val gitignoreNative = gitignore.native
193189

194190
lazy val grapheme = crossProject(JVMPlatform, JSPlatform, NativePlatform)
195191
.in(file("modules/lite-grapheme"))

0 commit comments

Comments
 (0)