Skip to content

Commit 5904213

Browse files
committed
tas file added
1 parent a9739d2 commit 5904213

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.tas.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
framework: mocha
3+
preRun:
4+
command:
5+
- yarn install
6+
- yarn run build
7+
- yarn run test
8+
preMerge:
9+
pattern:
10+
- "./test/test.build.js"
11+
postMerge:
12+
pattern:
13+
- "./test/test.build.js"
14+
postRun:
15+
command:
16+
- yarn --version
17+
configFile: "./test/webpack.config.js"
18+
version: 1.0

0 commit comments

Comments
 (0)