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 076e585 commit 8dc552eCopy full SHA for 8dc552e
Dockerfile
@@ -33,3 +33,8 @@ COPY test /TypeStrong/ts-loader/test
33
# build and run tests with:
34
# docker build -t ts-loader .
35
# docker run -it ts-loader yarn test
36
+
37
+# regenerate comparison-tests with:
38
+# docker build -t ts-loader .
39
+# yarn build
40
+# docker run -v $(pwd):/TypeStrong/ts-loader -it ts-loader yarn run comparison-tests --save-output
0 commit comments