mirror of
https://github.com/appium/appium.git
synced 2026-02-22 11:19:06 -06:00
fix(fake-plugin): add index.js to published package
Restore (?) missing scripts
This commit is contained in:
1
packages/fake-plugin/lib/scripts/fake-error.js
Normal file
1
packages/fake-plugin/lib/scripts/fake-error.js
Normal file
@@ -0,0 +1 @@
|
||||
throw Error('Unsuccessfully ran the script');
|
||||
3
packages/fake-plugin/lib/scripts/fake-success.js
Normal file
3
packages/fake-plugin/lib/scripts/fake-success.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import log from '../logger';
|
||||
|
||||
log.info('Successfully ran the script');
|
||||
@@ -18,6 +18,7 @@
|
||||
"lib": "./lib"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib",
|
||||
"build"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user