Skip to content

Commit

Permalink
feat(ci): test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalwolak committed Aug 16, 2019
1 parent 858e885 commit 306a4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"watch": "webpack --mode none --watch",
"commit": "commit",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "yarn run test:compile && node node_modules/vscode/bin/test",
"test": "yarn run test:compile",
"test:compile": "tsc -p ./ && yarn run compile",
"release": "npx semantic-release"
},
Expand Down

0 comments on commit 306a4fd

Please sign in to comment.