Skip to content

Commit

Permalink
Modify test-lucius
Browse files Browse the repository at this point in the history
  • Loading branch information
isao-takejib committed Aug 21, 2021
1 parent 6b92e05 commit b8749c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"test": "npm run test-hamlet && npm run test-lucius && npm run test-yesodroutes",
"test-hamlet": "npx vscode-tmgrammar-test -s source.yesod.hamlet -g test/resources/haskell.tmLanguage.json -g syntaxes/hamlet.tmLanguage.json -t 'test/tests/hamlet/*.hamlet'",
"test-lucius": "npx vscode-tmgrammar-test -s source.yesod.lucius -g test/resources/css.tmLanguage.json -g test/resources/haskell.tmLanguage.json -g syntaxes/lucius.tmLanguage.json -t 'test/tests/lucius/*.lucius'",
"test-lucius": "npx vscode-tmgrammar-test -s source.yesod.lucius -g syntaxes/css.tmLanguage.json -g test/resources/haskell.tmLanguage.json -g syntaxes/lucius.tmLanguage.json -t 'test/tests/lucius/*.lucius'",
"test-yesodroutes": "npx vscode-tmgrammar-test -s source.yesod.routes -g test/resources/haskell.tmLanguage.json -g syntaxes/routes.tmLanguage.json -t 'test/tests/routes/*.yesodroutes'"
},
"engines": {
Expand Down

0 comments on commit b8749c7

Please sign in to comment.