We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118dbd0 commit 1e1f6f7Copy full SHA for 1e1f6f7
.github/workflows/nodejs.yml
@@ -17,6 +17,8 @@ jobs:
17
cd webapp-admin
18
npm install
19
npm run build
20
+ rm ../static/js/*
21
+ rm ../static/css/*
22
cp -R build/static/js ../static
23
cp -R build/static/css ../static
24
cp -R build/index.html ../static/app.html
webapp-admin/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webapp-admin",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"private": true,
5
"dependencies": {
6
"history": "^4.10.1",
0 commit comments