Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yulmwu committed Jan 7, 2025
1 parent 9a61c0a commit 59e6909
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
node-version: "16"

- name: Install dependencies
run: npm install && npm run build && npm test
run: npm install && npm run build

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"build:css": "node purgecss.js",
"build:js": "rollup -c --bundleConfigAsCjs --environment BUILD:production",
"watch:js": "rollup -c --bundleConfigAsCjs -w",
"lint:fix:scss": "npm run lint:scss -- --fix",
"test": "npm run lint:scss",
"prepare": "husky"
},
"dependencies": {
Expand Down

0 comments on commit 59e6909

Please sign in to comment.