Skip to content

Commit

Permalink
added read me
Browse files Browse the repository at this point in the history
  • Loading branch information
John4650-hub committed Oct 5, 2023
1 parent f45aecb commit 0219413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 16

- run: sudo npm install --save-dev webpack webpack-cli
- run: npm install --save-dev @babel/core @babel/cli @babel/preset-env
- run: sudo npm install --save-dev @babel/core @babel/cli @babel/preset-env
- run: cd www && mkdir dist && cd ..
- run: npm run build
- run: npm run babelit
Expand Down

0 comments on commit 0219413

Please sign in to comment.