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 Jan 31, 2024
1 parent c3d8bab commit 571f40c
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 @@ -36,7 +36,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 571f40c

Please sign in to comment.