Skip to content

Commit cec62d3

Browse files
author
Arnaud Leymet
committed
👷 Fix publishing
1 parent a4dd18e commit cec62d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
}
1919
},
2020
"files": [
21-
"dist/**/*"
21+
"dist",
22+
"src"
2223
],
2324
"scripts": {
2425
"antlr4ts": "antlr4ts -visitor src/main/antlr/SPL.g4",

0 commit comments

Comments
 (0)