We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f4e38 commit d3b8175Copy full SHA for d3b8175
.github/workflows/publish.yml
@@ -13,6 +13,7 @@ jobs:
13
with:
14
node-version: "20"
15
- run: npm install
16
+ - run: npm run build
17
- uses: JS-DevTools/npm-publish@v3
18
19
token: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@westacks/vortex",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"license": "MIT",
5
"description": "Server-based routing for SPAs",
6
"author": "Dmytro Morozov <puny.flash@gmail.com>",
@@ -19,7 +19,6 @@
],
20
"scripts": {
21
"build": "vite build",
22
- "prepublishOnly": "npm run build",
23
"docs:dev": "vitepress dev docs",
24
"docs:build": "vitepress build docs",
25
"docs:preview": "vitepress preview docs"
0 commit comments