aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/new.yml2
-rwxr-xr-xtools/package.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/new.yml b/.github/workflows/new.yml
index cf79e131..8c8ebf50 100644
--- a/.github/workflows/new.yml
+++ b/.github/workflows/new.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- - run: npm install --force
+ - run: npm install
working-directory: modern
- run: npm run lint
working-directory: modern
diff --git a/tools/package.sh b/tools/package.sh
index 55a01df3..858d2405 100755
--- a/tools/package.sh
+++ b/tools/package.sh
@@ -11,6 +11,6 @@ npm run build
cd modern
rm -r ../web/modern
-npm install --force
+npm install
npm run build_release
mv build ../web/modern