Skip to content

Commit 051e805

Browse files
committed
fix(build): update scripts
1 parent 876fc07 commit 051e805

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ test/coverage
22
node_modules
33
dist
44
build
5+
lib

scripts/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ echo "==> Cleaning Build directory"
3838
rm -rf ./dist
3939

4040
echo "==> Creating build files"
41+
npm run pre-build
4142
npm run build
4243

4344
echo "==> Committing changes"

0 commit comments

Comments
 (0)