File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
"setup_cpp" : " ./dist/setup_cpp.js"
13
13
},
14
14
"scripts" : {
15
- "build" : " run-p test.tsc build.parcel copy.matchers" ,
15
+ "build" : " shx rm -rf dist/ && shx mkdir ./dist && run-p test.tsc build.parcel copy.matchers" ,
16
16
"build.docker" : " pnpm build && docker build -f ./dev/docker/ubuntu_node.dockerfile -t setup_cpp ." ,
17
- "build.parcel" : " shx rm -rf ./dist/*.js ./dist/*.js.map && cross-env NODE_ENV=production parcel build --detailed-report" ,
17
+ "build.parcel" : " cross-env NODE_ENV=production parcel build --detailed-report" ,
18
18
"bump" : " ncu -u -x execa && pnpm update" ,
19
19
"clean" : " shx rm -rf .parcel-cache dist exe" ,
20
- "copy.matchers" : " shx rm -rf ./dist/*.json && shx cp ./src/gcc/gcc_matcher.json ./dist/ && shx cp ./src/msvc/msvc_matcher.json ./dist && shx cp ./src/python/python_matcher.json ./dist/ && shx cp ./src/llvm/llvm_matcher.json ./dist/ " ,
20
+ "copy.matchers" : " shx cp ./src/gcc/gcc_matcher.json ./dist/ && shx cp ./src/msvc/msvc_matcher.json ./dist && shx cp ./src/python/python_matcher.json ./dist/ && shx cp ./src/llvm/llvm_matcher.json ./dist/ " ,
21
21
"dev" : " cross-env NODE_ENV=development parcel watch" ,
22
22
"format" : " prettier --write ." ,
23
23
"lint" : " eslint . --fix" ,
You can’t perform that action at this time.
0 commit comments