Skip to content

Commit

Permalink
fix(package.json): try fix file copy bug on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet committed Nov 29, 2021
1 parent 36175e9 commit aed9895
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 @@
"lint": "npm run eslint -- --fix",
"check-lint": "npm run eslint",
"clean": "del-cli ./dist",
"prebuild-CommonJs": "cpy src/**/* tmp/require --parents && node ./scripts/switchDynamicImportToRequire.mjs",
"prebuild-CommonJs": "cpy \"src/**/*\" \"tmp/require\" --parents && node ./scripts/switchDynamicImportToRequire.mjs",
"build-CommonJs": "tsc -p ./tsconfig-CommonJs.json && node ./scripts/createRequirePkgJson.mjs",
"postbuild-CommonJs": "del-cli tmp/",
"build-EsModules": "tsc -p ./tsconfig-EsModules.json && node ./scripts/createImportPkgJson.mjs",
Expand Down

0 comments on commit aed9895

Please sign in to comment.