Skip to content

Commit

Permalink
automatically move parser file to lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Feb 2, 2024
1 parent f7d3b9b commit 07b851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lint:parser": "eslint parser --ext .js,.ts,.tsx",
"lint:web": "eslint WebExample --ext .js,.ts,.tsx",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build",
"prepare": "bob build && mkdir lib/parser && cp parser/react-native-live-markdown-parser.js lib/parser/react-native-live-markdown-parser.js",
"release": "release-it"
},
"keywords": [
Expand Down

0 comments on commit 07b851c

Please sign in to comment.