Skip to content

Commit

Permalink
refactor!: do not copy JS lib to platform project
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Dec 1, 2021
1 parent 07383c1 commit dd1f4d8
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 @@ -24,7 +24,7 @@
"xcodebuild": "xcodebuild -quiet test -workspace tests/cordova-ios.xcworkspace -destination \"platform=iOS Simulator,name=iPhone 8\" CONFIGURATION_BUILD_DIR=\"`mktemp -d 2>/dev/null || mktemp -d -t 'cordova-ios'`\"",
"preobjc-tests": "killall Simulator || true",
"unit-tests": "jasmine --config=tests/spec/unit.json",
"lint": "eslint . \"bin/**/!(*.*)\""
"lint": "eslint . \"lib/**/!(*.*)\""
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
Expand Down

0 comments on commit dd1f4d8

Please sign in to comment.