@new-ui/colors 1.2.10 → 1.2.11

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.
@@ -12,7 +12,8 @@ jobs:
12
12
  - uses: actions/setup-node@v3
13
13
  with:
14
14
  node-version: 18.11.0
15
- - run: npm install
15
+ - run: npm install && npm run build
16
16
  - uses: JS-DevTools/npm-publish@v1
17
17
  with:
18
- token: ${{ secrets.NPM_TOKEN }}
18
+ token: ${{ secrets.NPM_TOKEN }}
19
+ access: public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@new-ui/colors",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "description": "Colors are now one less thing to worry about.",
5
5
  "source": "src/index.scss",
6
6
  "main": "dist/index.css",