1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-05 20:53:12 +00:00

Make packing without src.

This commit is contained in:
Bogdan Bodnar 2020-01-07 12:55:55 +01:00
parent cc13e9c164
commit 6374fd5adf
No known key found for this signature in database
GPG Key ID: 49E4169AD3CA42B0
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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