Skip to content

Commit

Permalink
Feature/move dist (#180)
Browse files Browse the repository at this point in the history
* feat: move dist

* docs: 隐藏 handbook
  • Loading branch information
Otto-J authored Apr 14, 2023
1 parent 2063767 commit dee6278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"lint:scss": "stylelint **/*.scss",
"lint:types": "tsc --noEmit",
"lint": "npm-run-all lint:js lint:scss lint:md lint:types",
"production": "NODE_ENV=production npm run setup && NODE_ENV=production npm run eleventy -- --quiet",
"_production": "NODE_ENV=production npm run setup && NODE_ENV=production npm run eleventy -- --quiet",
"production": "NODE_ENV=production npm run setup && NODE_ENV=production npm run eleventy -- --quiet && npm run move",
"move": "mv dist/js dist/en && mv dist/css dist/en",
"snapshots": "percy snapshot ./dist",
"rollup:watch": "chokidar \"site/**/*.js\" -c \"npx rollup -c\"",
"rollup": "npx rollup -c",
Expand Down

1 comment on commit dee6278

@vercel
Copy link

@vercel vercel bot commented on dee6278 Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.