chore: init commit
This commit is contained in:
6
package.sh
Normal file
6
package.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
npm run build
|
||||
mkdir -p ./dist/lang
|
||||
mkdir -p ./dist/styles
|
||||
cp ./lang/* ./dist/lang/
|
||||
cp ./src/styles/* ./dist/styles/
|
||||
cp module.json ./dist/module.json
|
||||
Reference in New Issue
Block a user