File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " playwright + dom-testing-library" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"scripts" : {
7
- "test" : " npm run test:lint && npm run test:unit" ,
7
+ "test" : " yarn test:lint && yarn test:unit" ,
8
8
"test:unit" : " jest" ,
9
9
"test:lint" : " lint -t typescript './lib/**/*.ts'" ,
10
10
"semantic-release" : " semantic-release" ,
11
11
"clean" : " rm -fR dist/" ,
12
- "rebuild" : " npm run clean && npm run build" ,
13
- "prepublishOnly" : " npm run rebuild && generate-export-aliases" ,
14
- "build" : " npm run build:ts && npm run build:rollup" ,
12
+ "rebuild" : " yarn clean && yarn build" ,
13
+ "prepublishOnly" : " yarn rebuild && generate-export-aliases" ,
14
+ "build" : " yarn build:ts && yarn build:rollup" ,
15
15
"build:ts" : " tsc" ,
16
16
"build:rollup" : " rollup -c rollup.config.js"
17
17
},
You can’t perform that action at this time.
0 commit comments