We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c6d0c commit d1b595cCopy full SHA for d1b595c
package.json
@@ -29,8 +29,8 @@
29
},
30
"homepage": "https://github.com/MatteuSan/sentro#readme",
31
"scripts": {
32
- "build:sass": "yarn && clear && gulp --gulpfile=\"gulpfile.ts\"",
33
- "test:sass": "yarn && clear && jest --config=\"jest.config.ts\"",
+ "build:sass": "yarn && gulp --gulpfile=\"gulpfile.ts\"",
+ "test:sass": "yarn && jest --config=\"jest.config.ts\"",
34
"pub:major": "npm version major --force && cd packages/sentro && npm version major --force && npm publish",
35
"pub:minor": "npm version minor --force && cd packages/sentro && npm version minor --force && npm publish",
36
"pub:patch": "npm version patch --force && cd packages/sentro && npm version patch --force && npm publish"
0 commit comments