Skip to content

Commit

Permalink
A breaking change seems part of the latest tslint (#91)
Browse files Browse the repository at this point in the history
we no longer can build due to missing notNeededPackages.json

```
[INFO] Error: ENOENT: no such file or directory, open '/home/runner/work/jsinterop-ts-defs/jsinterop-ts-defs/jsinterop-ts-defs-test/target/test-classes/notNeededPackages.json'
[INFO] npm ERR! code ELIFECYCLE
[INFO] npm ERR! errno 1
[INFO] npm ERR! @ dtslint: `dtslint types`
[INFO] npm ERR! Exit status 1
```

(cherry picked from commit 8825e83)
  • Loading branch information
vegegoku committed Oct 29, 2023
1 parent 8b8f39f commit a2231e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsinterop-ts-defs-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"install", so unless you need to run some other npm command,
you can remove this whole <configuration> section.
-->
<arguments>install --prefix ${project.build.directory}/test-classes --save-dev @definitelytyped/dtslint typescript</arguments>
<arguments>install --prefix ${project.build.directory}/test-classes --save-dev @definitelytyped/dtslint@0.0.182 typescript</arguments>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit a2231e5

Please sign in to comment.