Skip to content
Snippets Groups Projects
Verified Commit 6374fd5a authored by Bogdan Bodnar's avatar Bogdan Bodnar
Browse files

Make packing without src.

parent cc13e9c1
2 merge requests!68Release 3.0.0,!67Make packing without src.
Pipeline #57811 passed with stages
in 2 minutes and 4 seconds
......@@ -12,7 +12,7 @@
"reforis"
],
"license": "GPL-3.0",
"main": "./src/index.js",
"main": "./index.js",
"dependencies": {
"axios": "^0.19.0",
"jest-transform-css": "^2.0.0",
......
......@@ -2,7 +2,7 @@
# Collect files
mkdir -p dist
cp -rf ./src dist
cp -rf ./src/* dist
cp package.json package-lock.json README.md dist
cp -rf translations dist
# Remove unwanted files
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment