Skip to content

Commit 03ddf0a

Browse files
sqlProvidersqlProvider
authored andcommitted
[Package] fix missing readme new versions on NPM
1 parent 557daef commit 03ddf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"clean": "rm -rf dist",
1515
"build-umd": "webpack --config webpack.config.umd.js",
1616
"build-angular": "ngc -p tsconfig-ngc.json",
17-
"copy-package-info": "cp ./package.json ./dist/package.json && cp ./.npmignore ./dist/.npmignore",
17+
"copy-package-info": "cp ./package.json ./dist/package.json && cp ./.npmignore ./dist/.npmignore && cp ./README.md ./dist/README.md",
1818
"build": "npm run clean && npm run build-umd && npm run build-angular && npm run copy-package-info",
1919
"publish": "npm run build && ./publish.sh"
2020
},

0 commit comments

Comments
 (0)