Skip to content

Commit 869f6b6

Browse files
committed
Update version and improve actions
1 parent 0912d98 commit 869f6b6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/npm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
with:
1212
node-version: '16.x'
1313
registry-url: 'https://registry.npmjs.org'
14-
- run: rm -rf ./js
14+
- run: rm -rf ./js ./tests
1515
- run: node ./create_import_list.js
16+
- run: rm -f ./create_import_list.js
1617
- name: Minify Action
1718
uses: anthonyftwang/minify-action@v1.0.1
18-
- run: npm install
19+
- run: yarn install --production
1920
- run: npm publish
2021
env:
2122
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-on-browser/data-analysis-models",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Data analysis models written completely in Javascript",
55
"type": "module",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)