We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0912d98 commit 869f6b6Copy full SHA for 869f6b6
.github/workflows/npm.yml
@@ -11,11 +11,12 @@ jobs:
11
with:
12
node-version: '16.x'
13
registry-url: 'https://registry.npmjs.org'
14
- - run: rm -rf ./js
+ - run: rm -rf ./js ./tests
15
- run: node ./create_import_list.js
16
+ - run: rm -f ./create_import_list.js
17
- name: Minify Action
18
uses: anthonyftwang/minify-action@v1.0.1
- - run: npm install
19
+ - run: yarn install --production
20
- run: npm publish
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ai-on-browser/data-analysis-models",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "Data analysis models written completely in Javascript",
5
"type": "module",
6
"main": "lib/index.js",
0 commit comments