mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-05 07:41:57 +03:00
Changing problem matcher syntax to a new one
This commit is contained in:
parent
2daac5e246
commit
6f09586277
3 changed files with 5 additions and 4 deletions
|
@ -9,8 +9,9 @@
|
|||
"test": "__tests__"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "ncc build src/main.ts --minify",
|
||||
"watch": "ncc build src/main.ts --watch --minify",
|
||||
"bundle": "cp -r .matchers ./dist/",
|
||||
"build": "ncc build src/main.ts --minify && npm run bundle",
|
||||
"watch": "npm run bundle && ncc build src/main.ts --watch --minify",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue