@seyuna/postcss 0.0.1-dev.0 → 0.0.1-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,6 +84,9 @@ jobs:
84
84
  echo "tag=$BRANCH" >> $GITHUB_OUTPUT
85
85
  fi
86
86
 
87
+ - name: Install dependencies
88
+ run: npm ci
89
+
87
90
  - name: Publish package
88
91
  run: npm publish --access public --tag ${{ steps.tag.outputs.tag }}
89
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seyuna/postcss",
3
- "version": "0.0.1-dev.0",
3
+ "version": "0.0.1-dev.1",
4
4
  "description": "Seyuna UI's postcss plugin",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",