Skip to content

Commit 1e1f6f7

Browse files
author
Igor Komlew
authored
Clean up the previews frontend build before create a new one (#275)
1 parent 118dbd0 commit 1e1f6f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
cd webapp-admin
1818
npm install
1919
npm run build
20+
rm ../static/js/*
21+
rm ../static/css/*
2022
cp -R build/static/js ../static
2123
cp -R build/static/css ../static
2224
cp -R build/index.html ../static/app.html

webapp-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webapp-admin",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"dependencies": {
66
"history": "^4.10.1",

0 commit comments

Comments
 (0)