Skip to content

Commit

Permalink
Add .build_complete file
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Aug 21, 2024
1 parent 0333f60 commit e3f5540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ lib/

# react-native-live-markdown
android/src/main/assets/react-native-live-markdown-parser.js
.build_complete
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint:WebExample": "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 && mkdir -p lib/parser && cp parser/react-native-live-markdown-parser.js lib/parser/react-native-live-markdown-parser.js",
"build:watch": "nodemon --watch src --ext .ts,.tsx,.css --exec \"yarn prepare && yarn pack\"",
"build:watch": "nodemon --watch src --ext .ts,.tsx,.css --exec \"rm -f .build_complete && yarn prepare && yarn pack && touch .build_complete\"",
"release": "release-it"
},
"keywords": [
Expand Down Expand Up @@ -100,7 +100,8 @@
"typescript": "^5.3.3"
},
"resolutions": {
"@types/react": "17.0.21"
"@types/react": "17.0.21",
"link@^2.1.1": "patch:link@npm%3A2.1.1#./.yarn/patches/link-npm-2.1.1-1c9fea076e.patch"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit e3f5540

Please sign in to comment.