Skip to content

Commit

Permalink
feat: lib mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 27, 2020
1 parent f5c8cb7 commit 2d93dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test-serve": "jest",
"debug-serve": "cross-env VITE_DEBUG_SERVE=1 node --inspect-brk ./node_modules/.bin/jest",
"test-build": "cross-env VITE_TEST_BUILD=1 jest",
"debug-build": "cross-env VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 jest"
"debug-build": "cross-env VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 node --inspect-brk ./node_modules/.bin/jest"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.12.1",
Expand Down

0 comments on commit 2d93dff

Please sign in to comment.