mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
fix: copy stubs step
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.build.json",
|
||||
"test": "jest",
|
||||
"prepack": "npm test && npm run build && cp -R src/stubs dist/stubs && chmod +x dist/bin/index.js"
|
||||
"copy-stubs": "mkdirp dist/stubs && cp -R src/stubs/* dist/stubs",
|
||||
"prepack": "npm test && npm run build && npm run copy-stubs && chmod +x dist/bin/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.13.14",
|
||||
|
Reference in New Issue
Block a user