File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 7
7
"prepublishOnly" : " git clean -xdf && npm install-clean && npm run lint && npm run build && npm run test" ,
8
8
"build" : " .\\ node_modules\\ .bin\\ tsc" ,
9
9
"watch" : " .\\ node_modules\\ .bin\\ tsc -b -watch" ,
10
+ "link:start" : " npm link && npm uninstall @microsoft/powerquery-parser @microsoft/powerquery-formatter && git clean -xdf && npm install && npm link @microsoft/powerquery-parser @microsoft/powerquery-formatter" ,
11
+ "link:stop" : " npm unlink @microsoft/powerquery-parser @microsoft/powerquery-formatter && git clean -xdf && npm install && npm install @microsoft/powerquery-parser@latest @microsoft/powerquery-formatter@latest --save-exact" ,
10
12
"lint" : " eslint src --ext ts" ,
11
13
"test" : " mocha --reporter mocha-multi-reporters --reporter-options configFile=src/test/mochaConfig.json -r ts-node/register src/test/**/*.ts"
12
14
},
28
30
" power query" ,
29
31
" power bi"
30
32
],
33
+ "files" : [
34
+ " lib/powerquery-language-services/**/*"
35
+ ],
31
36
"devDependencies" : {
32
37
"@types/chai" : " 4.3.1" ,
33
38
"@types/mocha" : " 9.1.1" ,
49
54
"typescript" : " 4.6.4"
50
55
},
51
56
"dependencies" : {
52
- "@microsoft/powerquery-parser" : " 0.15.5" ,
53
57
"@microsoft/powerquery-formatter" : " 0.3.11" ,
58
+ "@microsoft/powerquery-parser" : " 0.15.5" ,
54
59
"vscode-languageserver-textdocument" : " 1.0.4" ,
55
60
"vscode-languageserver-types" : " 3.17.1"
56
- },
57
- "files" : [
58
- " lib/powerquery-language-services/**/*"
59
- ]
61
+ }
60
62
}
You can’t perform that action at this time.
0 commit comments