Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
NgocNhi123 committed Jun 25, 2024
1 parent 9994b62 commit a7d8716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions new-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vocs dev",
"build": "vocs build",
"preview": "vocs preview"
"_start": "vocs dev",
"_build": "vocs build"
},
"dependencies": {
"@types/react": "latest",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"scripts": {
"build-core": "cd core && yarn _build",
"build-docs": "cd docs && yarn _build",
"build-docs": "cd new-docs && yarn _build",
"build-gallery": "cd gallery && yarn _build",
"build": "yarn build-core && yarn build-gallery",
"lint-fix": "eslint --fix . && prettier --write .",
"lint": "eslint --max-warnings=0 . && prettier --check .",
"start-core": "cd core && yarn _start",
"start-docs": "cd docs && yarn _start",
"start-docs": "cd new-docs && yarn _start",
"start-gallery": "cd gallery && yarn _start",
"test": "cd test && yarn _test"
},
Expand Down

0 comments on commit a7d8716

Please sign in to comment.