Skip to content

Commit 5c5dca9

Browse files
authored
Add npm install --dev. (#2)
1 parent f22cbfb commit 5c5dca9

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
15+
- run: npm install --dev
1516
- run: npm run-script build
1617

1718
publish-npm:

package-lock.json

Lines changed: 16 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kotify/frapper-charts",
3-
"version": "1.4.1k1",
3+
"version": "1.4.1k2",
44
"description": "https://github.com/kotify/charts",
55
"main": "dist/kotify-charts.min.cjs.js",
66
"module": "dist/kotify-charts.min.esm.js",

0 commit comments

Comments
 (0)