Skip to content

Commit d1b595c

Browse files
committed
FIX: Remove clear from workflow commands
1 parent 40c6d0c commit d1b595c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"homepage": "https://github.com/MatteuSan/sentro#readme",
3131
"scripts": {
32-
"build:sass": "yarn && clear && gulp --gulpfile=\"gulpfile.ts\"",
33-
"test:sass": "yarn && clear && jest --config=\"jest.config.ts\"",
32+
"build:sass": "yarn && gulp --gulpfile=\"gulpfile.ts\"",
33+
"test:sass": "yarn && jest --config=\"jest.config.ts\"",
3434
"pub:major": "npm version major --force && cd packages/sentro && npm version major --force && npm publish",
3535
"pub:minor": "npm version minor --force && cd packages/sentro && npm version minor --force && npm publish",
3636
"pub:patch": "npm version patch --force && cd packages/sentro && npm version patch --force && npm publish"

0 commit comments

Comments
 (0)