Skip to content

Commit e447c86

Browse files
committed
chore: Update npm publish command and remove npm test step
1 parent d668c5c commit e447c86

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
with:
1414
node-version: "20"
1515
- run: npm ci
16-
- run: npm test
1716
- uses: JS-DevTools/npm-publish@v3
1817
with:
1918
token: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "modulatecss",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"description": "A versatile CSS framework for modern web development, supporting advanced features like Grid, Flexbox, and CSS custom properties for scalable, maintainable, and responsive designs.",
55
"main": "dist/css/modulate.min.css",
66
"style": "dist/css/modulate.min.css",
77
"files": [
88
"dist/css/"
99
],
1010
"scripts": {
11-
"test": "echo \"Error: no test specified\" && exit 1",
1211
"build": "csso src/modulate.css --output dist/modulate.min.css"
1312
},
1413
"repository": {

0 commit comments

Comments
 (0)