Skip to content

Commit

Permalink
fix build at windows (#20330)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 17, 2022
1 parent 9048b47 commit bb188e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"compile": "tsc",
"compile-types": "tsc -p tsconfig.types.json",
"completion": "tabtab install --name jhipster --auto",
"copy-files": "cpy 'jdl/*.json' 'dist/jdl' && cpy 'generators/**' '!**/*.(js|cjs|mjs|ts|cts|mts|snap)' '!**/__*/*' dist/generators",
"copy-types": "cpy 'generators/**/*.d.(|c|m)ts' dist/types/generators",
"copy-files": "cpy \"jdl/*.json\" \"dist/jdl\" && cpy \"generators/**\" \"!**/*.(js|cjs|mjs|ts|cts|mts|snap)\" \"!**/__*/*\" dist/generators",
"copy-types": "cpy \"generators/**/*.d.(|c|m)ts\" dist/types/generators",
"ejslint": "ejslint generators/**/*.ejs",
"eslint": "eslint . --ext .js,.cjs,.mjs,.ts,.cts,.mts",
"jdl:test": "mocha test/jdl --no-insight --forbid-only -p",
Expand Down

0 comments on commit bb188e0

Please sign in to comment.