Skip to content

Commit fc10535

Browse files
committed
chore: update workflows config.
1 parent cc322c2 commit fc10535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
node-version: '16.x'
1717
registry-url: 'https://npm.pkg.github.com'
1818
scope: '@uiwjs'
19+
20+
- run: node -e 'var pkg = require("./package.json"); pkg.version='@uiwjs/reset.css'; require("fs").writeFileSync("./package.json", JSON.stringify(pkg, null, 2))'
1921
- run: npm install
22+
- run: ls -al
2023
- run: npm run compile
2124
- run: npm run compile:min
2225
- run: npm publish

0 commit comments

Comments
 (0)